From 400558b561e2bdb47f87b96b3510dda0881a3662 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 2 Apr 2005 23:52:25 +0000 Subject: Prepare for SoC rework of ARM code: - rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files) --- README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README') diff --git a/README b/README index a9c052c059..6cc7405512 100644 --- a/README +++ b/README @@ -2128,6 +2128,15 @@ Low Level (hardware related) configuration options: This only takes effect if the memory commands are activated globally (CFG_CMD_MEM). +- CONFIG_INIT_CRITICAL + [ARM only] If this variable is NOT defined, then + certain critical initializations (like setting up the + memory controller) are omitted. Normally this + variable MUST be defined for all boards. The only + exception is when U-Boot is loaded (to RAM) by some + other boot loader or by a debugger which performs + these intializations itself. + Building the Software: ====================== -- cgit v1.2.3