aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-01-21 09:18:10 +0100
committerMario Six <mario.six@gdsys.cc>2019-05-21 07:52:33 +0200
commit71da74743180c81c3af31108839b5d0e6a1aff87 (patch)
tree9eb3a07ea727e9a80325c5008979dc559305c1a3 /configs
parentbe5abb0a834c346f9b22f983e9002ebab2c72cb3 (diff)
downloadu-boot-71da74743180c81c3af31108839b5d0e6a1aff87.zip
u-boot-71da74743180c81c3af31108839b5d0e6a1aff87.tar.gz
u-boot-71da74743180c81c3af31108839b5d0e6a1aff87.tar.bz2
mpc83xx: Migrate CONFIG_SYS_IMMR to Kconfig
Migrate CONFIG_SYS_IMMR to Kconfig for MPC83xx. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'configs')
-rw-r--r--configs/TQM834x_defconfig1
-rw-r--r--configs/ids8313_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/TQM834x_defconfig b/configs/TQM834x_defconfig
index e85bfae..f5746cf 100644
--- a/configs/TQM834x_defconfig
+++ b/configs/TQM834x_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYS_CLK_FREQ=66666000
CONFIG_MPC83xx=y
CONFIG_HIGH_BATS=y
CONFIG_TARGET_TQM834X=y
+CONFIG_SYS_IMMR=0xff400000
CONFIG_DDR_MC_CLOCK_MODE_1_1=y
CONFIG_SYSTEM_PLL_FACTOR_4_1=y
CONFIG_CORE_PLL_RATIO_2_1=y
diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig
index 24590d1..9c16a12 100644
--- a/configs/ids8313_defconfig
+++ b/configs/ids8313_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYS_CLK_FREQ=66000000
CONFIG_MPC83xx=y
CONFIG_HIGH_BATS=y
CONFIG_TARGET_IDS8313=y
+CONFIG_SYS_IMMR=0xF0000000
CONFIG_CORE_PLL_RATIO_2_1=y
CONFIG_PCI_HOST_MODE_ENABLE=y
CONFIG_BOOT_ROM_INTERFACE_GPCM_8BIT=y