diff options
author | Wolfgang Denk <wd@denx.de> | 2008-10-30 20:57:46 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-10-30 20:57:46 +0100 |
commit | a7faab9d119885e1072c0797ddcea673ab832857 (patch) | |
tree | abecaad93ab3ed0ba3091c0ef08e082d5fc96bd0 /board/sbc8641d/sbc8641d.c | |
parent | 5cdade07b118d07154cb882650f9778cecc8a87c (diff) | |
parent | 1c671977dc81359628be27ac99c174e76e8069ba (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc86xx
Diffstat (limited to 'board/sbc8641d/sbc8641d.c')
-rw-r--r-- | board/sbc8641d/sbc8641d.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/sbc8641d/sbc8641d.c b/board/sbc8641d/sbc8641d.c index 191045a239..e33dbee9d8 100644 --- a/board/sbc8641d/sbc8641d.c +++ b/board/sbc8641d/sbc8641d.c @@ -38,10 +38,6 @@ #include <libfdt.h> #include <fdt_support.h> -#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER) -extern void ddr_enable_ecc (unsigned int dram_size); -#endif - long int fixed_sdram (void); int board_early_init_f (void) @@ -71,13 +67,6 @@ phys_size_t initdram (int board_type) return dram_size; #endif -#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER) - /* - * Initialize and enable DDR ECC. - */ - ddr_enable_ecc (dram_size); -#endif - puts (" DDR: "); return dram_size; } |