diff options
author | wdenk <wdenk> | 2005-04-02 23:52:25 (GMT) |
---|---|---|
committer | wdenk <wdenk> | 2005-04-02 23:52:25 (GMT) |
commit | 400558b561e2bdb47f87b96b3510dda0881a3662 (patch) | |
tree | 479fa3918e0031a95cdac9468cb8396e1f1a9b60 /include/configs/ixdp425.h | |
parent | 414eec35e3832f4f9ce8a25ace7ead638be1f76f (diff) | |
download | u-boot-400558b561e2bdb47f87b96b3510dda0881a3662.tar.xz |
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 'include/configs/ixdp425.h')
-rw-r--r-- | include/configs/ixdp425.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ixdp425.h b/include/configs/ixdp425.h index 1add778..a8067f6 100644 --- a/include/configs/ixdp425.h +++ b/include/configs/ixdp425.h @@ -41,7 +41,7 @@ * If we are developing, we might want to start armboot from ram * so we MUST NOT initialize critical regs like mem-timing ... */ -#define CONFIG_INIT_CRITICAL /* undef for developing */ +#define CONFIG_INIT_CRITICAL #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ |