diff options
author | wdenk <wdenk> | 2005-04-03 22:35:21 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-03 22:35:21 +0000 |
commit | 384cc687445b34241fcc8b31bbb7aa9fc252dd90 (patch) | |
tree | 4ef26b0022805188ea5b7b4bf13a14973c5c4d70 /README | |
parent | c1a11c19ecbfb390c09ad1ef9800412235ec1708 (diff) | |
download | u-boot-384cc687445b34241fcc8b31bbb7aa9fc252dd90.tar.gz |
Patches by Josef Wagner, 29 Oct 2004:
- Add support for MicroSys CPU87 board
- Add support for MicroSys PM854 board
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2130,13 +2130,13 @@ Low Level (hardware related) configuration options: 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. + [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: ====================== |