summaryrefslogtreecommitdiff
path: root/include/configs/MPC8313ERDB_NAND.h
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-01-21 11:18:14 +0300
committerMario Six <mario.six@gdsys.cc>2019-05-21 08:52:33 +0300
commit7c2e535770f56f5788e3771b9ee2dbf40ec4d93f (patch)
tree4c6e27ee8f65f9ee14922bee82d59c8e097a0ccf /include/configs/MPC8313ERDB_NAND.h
parente35012e802de17c60cb38d0201ca4f1afb071d4c (diff)
downloadu-boot-7c2e535770f56f5788e3771b9ee2dbf40ec4d93f.tar.xz
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/MPC8313ERDB_NAND.h')
-rw-r--r--include/configs/MPC8313ERDB_NAND.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC8313ERDB_NAND.h b/include/configs/MPC8313ERDB_NAND.h
index aaf92fe37a..08c5b56da7 100644
--- a/include/configs/MPC8313ERDB_NAND.h
+++ b/include/configs/MPC8313ERDB_NAND.h
@@ -191,8 +191,6 @@
/*
* Local Bus LCRR and LBCR regs
*/
-#define CONFIG_SYS_LCRR_EADC LCRR_EADC_1
-#define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_4
#define CONFIG_SYS_LBC_LBCR (0x00040000 /* TODO */ \
| (0xFF << LBCR_BMT_SHIFT) \
| 0xF) /* 0x0004ff0f */