|
@@ -117,6 +117,14 @@ config SYS_NAND_U_BOOT_OFFS
|
|
Set the offset from the start of the nand where u-boot should be
|
|
Set the offset from the start of the nand where u-boot should be
|
|
loaded from.
|
|
loaded from.
|
|
|
|
|
|
|
|
+config SYS_NAND_U_BOOT_OFFS_REDUND
|
|
|
|
+ hex "Location in NAND to read U-Boot from"
|
|
|
|
+ default SYS_NAND_U_BOOT_OFFS
|
|
|
|
+ depends on SYS_NAND_U_BOOT_LOCATIONS
|
|
|
|
+ help
|
|
|
|
+ Set the offset from the start of the nand where the redundant u-boot
|
|
|
|
+ should be loaded from.
|
|
|
|
+
|
|
config SPL_NAND_DENALI
|
|
config SPL_NAND_DENALI
|
|
bool "Support Denali NAND controller for SPL"
|
|
bool "Support Denali NAND controller for SPL"
|
|
help
|
|
help
|