summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-12-06 13:33:16 +0000
committerKim Phillips <kim.phillips@freescale.com>2012-12-19 17:45:36 -0600
commit74752baa738ee9dafe69d726910e26da56f6f722 (patch)
tree4c50cbe789d890c198100585a0f82956df182f52 /README
parentebbf0d20aa85f623c49b7ed3349ebfea450c152d (diff)
downloadblackbird-obmc-uboot-74752baa738ee9dafe69d726910e26da56f6f722.tar.gz
blackbird-obmc-uboot-74752baa738ee9dafe69d726910e26da56f6f722.zip
spl: Change PAD_TO to CONFIG_SPL_PAD_TO
This was already used by some SPL targets, and allows the pad amount to be specified by board config headers rather than only in makefile fragments. Also supply a pad-to of zero if the variable is undefined. It works without this, but this avoids relying on undocumented behavior. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index b5c1c0377b..5105e64a38 100644
--- a/README
+++ b/README
@@ -2836,6 +2836,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
OpenPOWER on IntegriCloud