diff options
author | Larry Johnson <lrj@acm.org> | 2008-06-14 17:02:49 -0400 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-07-10 09:10:48 +0200 |
commit | cf1c2ed91df26903b956948f37f82de9e1158a89 (patch) | |
tree | 4e2788f58713780f3c0ea1b128e8dc5623f5a71e /include/configs | |
parent | 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e (diff) |
ppc4xx: Remove implementation of testdram() from Korat board support
Signed-off-by: Larry Johnson <lrj@acm.org>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/korat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/korat.h b/include/configs/korat.h index e2610be933d..4ca4ed00667 100644 --- a/include/configs/korat.h +++ b/include/configs/korat.h @@ -145,7 +145,6 @@ #define CONFIG_DDR_ECC /* Use ECC when available */ #define SPD_EEPROM_ADDRESS {0x50} #define CONFIG_PROG_SDRAM_TLB -#define CFG_DRAM_TEST #define CFG_MEM_TOP_HIDE (4 << 10) /* don't use last 4kbytes */ /* 440EPx errata CHIP 11 */ |