summaryrefslogtreecommitdiffstats
path: root/include/configs/sbc8548.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-12-30 23:53:11 -0500
committerKumar Gala <galak@kernel.crashing.org>2012-01-11 13:59:12 -0600
commit2a6b3b74d85cff3f9a76edd09a7b2e8e25bb4eb4 (patch)
tree8cea1b73c66856841c41b0060dd9bb2816f2244b /include/configs/sbc8548.h
parent7e44f2b710db09a1b02e55246e0915732cc4775e (diff)
downloadtalos-obmc-uboot-2a6b3b74d85cff3f9a76edd09a7b2e8e25bb4eb4.tar.gz
talos-obmc-uboot-2a6b3b74d85cff3f9a76edd09a7b2e8e25bb4eb4.zip
sbc8548: relocate fixed ddr init code to ddr.c file
Nothing to see here, just a relocation of the fixed ddr init sequence to live in the actual ddr.c file itself. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/sbc8548.h')
-rw-r--r--include/configs/sbc8548.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h
index 44c75269ce..09245b5b0c 100644
--- a/include/configs/sbc8548.h
+++ b/include/configs/sbc8548.h
@@ -148,6 +148,7 @@
*/
#ifndef CONFIG_SPD_EEPROM
#define CONFIG_SYS_SDRAM_SIZE 256 /* DDR is 256MB */
+ #define CONFIG_SYS_DDR_CONTROL 0xc300c000
#endif
#undef CONFIG_CLOCKS_IN_MHZ
OpenPOWER on IntegriCloud