summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2013-01-16 18:34:09 -0600
committerKim Phillips <kim.phillips@freescale.com>2013-01-16 18:34:09 -0600
commita6187dccd813920524987792e49ef2feffb213e6 (patch)
tree6825884dd47867575aa29cd35f1cb248a91c313e /README
parent3a9d879f6f64585b819af728b53be0a05037fe0d (diff)
parent22f4442d12a3833e29b6580f6cf9bc0e55340504 (diff)
Merge remote-tracking branch 'mpc83xx/next'
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index a336476237..2352e3862b 100644
--- a/README
+++ b/README
@@ -2819,6 +2819,12 @@ FIT uImage format:
CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME
Filename to read to load U-Boot when reading from FAT
+ CONFIG_SPL_MPC83XX_WAIT_FOR_NAND
+ Set this for NAND SPL on PPC mpc83xx targets, so that
+ start.S waits for the rest of the SPL to load before
+ continuing (the hardware starts execution after just
+ loading the first page rather than the full 4K).
+
CONFIG_SPL_NAND_BASE
Include nand_base.c in the SPL. Requires
CONFIG_SPL_NAND_DRIVERS.
@@ -2876,6 +2882,10 @@ FIT uImage format:
CONFIG_SPL_LIBGENERIC_SUPPORT
Support for lib/libgeneric.o in SPL binary
+ CONFIG_SPL_PAD_TO
+ Linker address to which the SPL should be padded before
+ appending the SPL payload.
+
CONFIG_SPL_TARGET
Final target image containing SPL and payload. Some SPLs
use an arch-specific makefile fragment instead, for