aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorwdenk2005-04-02 17:52:25 -0600
committerwdenk2005-04-02 17:52:25 -0600
commit400558b561e2bdb47f87b96b3510dda0881a3662 (patch)
tree479fa3918e0031a95cdac9468cb8396e1f1a9b60 /README
parent414eec35e3832f4f9ce8a25ace7ead638be1f76f (diff)
downloadu-boot-400558b561e2bdb47f87b96b3510dda0881a3662.tar.gz
u-boot-400558b561e2bdb47f87b96b3510dda0881a3662.tar.xz
u-boot-400558b561e2bdb47f87b96b3510dda0881a3662.zip
Prepare for SoC rework of ARM code:
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index a9c052c059..6cc7405512 100644
--- a/README
+++ b/README
@@ -2128,6 +2128,15 @@ Low Level (hardware related) configuration options:
2128 This only takes effect if the memory commands are activated 2128 This only takes effect if the memory commands are activated
2129 globally (CFG_CMD_MEM). 2129 globally (CFG_CMD_MEM).
2130 2130
2131- CONFIG_INIT_CRITICAL
2132 [ARM only] If this variable is NOT defined, then
2133 certain critical initializations (like setting up the
2134 memory controller) are omitted. Normally this
2135 variable MUST be defined for all boards. The only
2136 exception is when U-Boot is loaded (to RAM) by some
2137 other boot loader or by a debugger which performs
2138 these intializations itself.
2139
2131Building the Software: 2140Building the Software:
2132====================== 2141======================
2133 2142