summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMagnus Lilja <lilja.magnus@gmail.com>2009-06-13 20:50:00 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-06-21 16:18:12 +0200
commitdf81238b3e27a791da996a9208402ac8f40b9862 (patch)
tree7b5a7d7f508542d5152e8da44b760ebe035c23b3 /README
parent8096c51fd4e611ed666dbe77767e81af5d94fc7b (diff)
downloadtalos-obmc-uboot-df81238b3e27a791da996a9208402ac8f40b9862.tar.gz
talos-obmc-uboot-df81238b3e27a791da996a9208402ac8f40b9862.zip
ARM1136: Introduce CONFIG_PRELOADER macro.
Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's in start.S. In preparation for adding support for NAND SPL the macro CONFIG_PRELOADER is introducted and replaces the CONFIG_ONENAND_IPL in start.S. Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 561c100166..0e843372a3 100644
--- a/README
+++ b/README
@@ -2702,6 +2702,11 @@ Low Level (hardware related) configuration options:
some other boot loader or by a debugger which
performs these initializations itself.
+- CONFIG_PRELOADER
+
+ Modifies the behaviour of start.S when compiling a loader
+ that is executed before the actual U-Boot. E.g. when
+ compiling a NAND SPL.
Building the Software:
======================
OpenPOWER on IntegriCloud