diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-15 23:45:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:48 +0200 |
commit | 8fc3bb4b0603516ad641e2de252a400b85fd869b (patch) | |
tree | 67b1974fe65ed42862111b903390edc81f1d468f /include/configs/lpc2292sodimm.h | |
parent | c20e28f49aaf38c7dede46d8f8fe8234fe90822c (diff) | |
download | u-boot-imx-8fc3bb4b0603516ad641e2de252a400b85fd869b.zip u-boot-imx-8fc3bb4b0603516ad641e2de252a400b85fd869b.tar.gz u-boot-imx-8fc3bb4b0603516ad641e2de252a400b85fd869b.tar.bz2 |
arm: cleanup remaining CONFIG_INIT_CRITICAL
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/lpc2292sodimm.h')
-rw-r--r-- | include/configs/lpc2292sodimm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/lpc2292sodimm.h b/include/configs/lpc2292sodimm.h index 1515038..7ce8d6d 100644 --- a/include/configs/lpc2292sodimm.h +++ b/include/configs/lpc2292sodimm.h @@ -30,8 +30,6 @@ * If we are developing, we might want to start u-boot from ram * so we MUST NOT initialize critical regs like mem-timing ... */ -#undef CONFIG_INIT_CRITICAL /* undef for developing */ - #undef CONFIG_SKIP_LOWLEVEL_INIT #undef CONFIG_SKIP_RELOCATE_UBOOT |