diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:14 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | 7c2e535770f56f5788e3771b9ee2dbf40ec4d93f (patch) | |
tree | 4c6e27ee8f65f9ee14922bee82d59c8e097a0ccf /include/configs/MPC8349ITX.h | |
parent | e35012e802de17c60cb38d0201ca4f1afb071d4c (diff) | |
download | u-boot-7c2e535770f56f5788e3771b9ee2dbf40ec4d93f.tar.gz u-boot-7c2e535770f56f5788e3771b9ee2dbf40ec4d93f.tar.xz u-boot-7c2e535770f56f5788e3771b9ee2dbf40ec4d93f.zip |
mpc83xx: Migrate CONFIG_LCRR_* to Kconfig
Migrate the CONFIG_LCRR_* settings to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/MPC8349ITX.h')
-rw-r--r-- | include/configs/MPC8349ITX.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index d8e86f21ea..6f040a3d6d 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -258,8 +258,6 @@ boards, we say we have two, but don't display a message if we find only one. */ * External Local Bus rate is * CLKIN * HRCWL_CSB_TO_CLKIN / HRCWL_LCL_BUS_TO_SCB_CLK / LCRR_CLKDIV */ -#define CONFIG_SYS_LCRR_DBYP LCRR_DBYP -#define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_4 #define CONFIG_SYS_LBC_LBCR 0x00000000 /* LB sdram refresh timer, about 6us */ |