summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-04-29 00:44:55 +0200
committerStefano Babic <sbabic@denx.de>2016-05-17 17:52:20 +0200
commite072751515d489b799c50b8c254367d4373403ee (patch)
treebfd2e1ee9bb84f8b774b0d9480b2c72e9857a501 /README
parent7e0f22674ae871460706f9cc8653487bb51e0804 (diff)
downloadblackbird-obmc-uboot-e072751515d489b799c50b8c254367d4373403ee.tar.gz
blackbird-obmc-uboot-e072751515d489b799c50b8c254367d4373403ee.zip
SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE
When defined, SPL will proceed to another boot method if the image it has loaded does not have a signature. This is useful if the subsequent boot methods are much more complex. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Peng Fan <van.freenix@gmail.com> Cc: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 88ff837d7c..d881da2de2 100644
--- a/README
+++ b/README
@@ -3487,6 +3487,10 @@ FIT uImage format:
consider that a completely unreadable NAND block is bad,
and thus should be skipped silently.
+ CONFIG_SPL_ABORT_ON_RAW_IMAGE
+ When defined, SPL will proceed to another boot method
+ if the image it has loaded does not have a signature.
+
CONFIG_SPL_RELOC_STACK
Adress of the start of the stack SPL will use after
relocation. If unspecified, this is equal to
OpenPOWER on IntegriCloud