diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-07-17 19:01:04 -0500 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-07-24 06:42:31 +0200 |
commit | c86d00a2ed923002f1ab0bfb0a925522628302e9 (patch) | |
tree | 87bca6e8bfcffbce821181900881a3c14715bc53 /include/configs/XPEDITE1K.h | |
parent | 11ad309c183b176d8866944026a63c0f1c626f56 (diff) | |
download | u-boot-imx-c86d00a2ed923002f1ab0bfb0a925522628302e9.zip u-boot-imx-c86d00a2ed923002f1ab0bfb0a925522628302e9.tar.gz u-boot-imx-c86d00a2ed923002f1ab0bfb0a925522628302e9.tar.bz2 |
xpedite1k: Remove CONFIG_SYS_DRAM_TEST support
POST or command line tests provide similar functionality
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/XPEDITE1K.h')
-rw-r--r-- | include/configs/XPEDITE1K.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h index 1eb638b..57878a2 100644 --- a/include/configs/XPEDITE1K.h +++ b/include/configs/XPEDITE1K.h @@ -39,7 +39,6 @@ #define CONFIG_440GX 1 /* 440 GX */ #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ #define CONFIG_MISC_INIT_R -#undef CONFIG_SYS_DRAM_TEST /* Disable-takes long time! */ #define CONFIG_SYS_CLK_FREQ 33333333 /* external freq to pll */ |