diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:10 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | 71da74743180c81c3af31108839b5d0e6a1aff87 (patch) | |
tree | 9eb3a07ea727e9a80325c5008979dc559305c1a3 /configs/TQM834x_defconfig | |
parent | be5abb0a834c346f9b22f983e9002ebab2c72cb3 (diff) | |
download | u-boot-71da74743180c81c3af31108839b5d0e6a1aff87.tar.gz |
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/TQM834x_defconfig')
-rw-r--r-- | configs/TQM834x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/TQM834x_defconfig b/configs/TQM834x_defconfig index e85bfaea31..f5746cfad7 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 |