summaryrefslogtreecommitdiffstats
path: root/include/configs/km/km8309-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/km/km8309-common.h')
-rw-r--r--include/configs/km/km8309-common.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/include/configs/km/km8309-common.h b/include/configs/km/km8309-common.h
index 5cbb348045..d21b500d74 100644
--- a/include/configs/km/km8309-common.h
+++ b/include/configs/km/km8309-common.h
@@ -28,8 +28,10 @@
/* QE microcode/firmware address */
#define CONFIG_SYS_QE_FMAN_FW_IN_NOR
-/* at end of uboot partition, before env */
-#define CONFIG_SYS_QE_FW_ADDR 0xF00B0000
+/* between the u-boot partition and env */
+#ifndef CONFIG_SYS_QE_FW_ADDR
+#define CONFIG_SYS_QE_FW_ADDR 0xF00C0000
+#endif
/*
* System IO Config
@@ -98,6 +100,12 @@
HRCWH_BIG_ENDIAN | \
HRCWH_LALE_NORMAL)
+#define CONFIG_SYS_DDRCDR (\
+ DDRCDR_EN | \
+ DDRCDR_PZ_MAXZ | \
+ DDRCDR_NZ_MAXZ | \
+ DDRCDR_M_ODR)
+
#define CONFIG_SYS_DDR_CS0_BNDS 0x0000007f
#define CONFIG_SYS_DDR_SDRAM_CFG (SDRAM_CFG_SDRAM_TYPE_DDR2 | \
SDRAM_CFG_32_BE | \
OpenPOWER on IntegriCloud