Convert CONFIG_NEVER_ASSERT_ODT_TO_CPU to Kconfig
This converts the following to Kconfig: CONFIG_NEVER_ASSERT_ODT_TO_CPU Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
957848882c
commit
7ee2f977b7
@ -200,6 +200,9 @@ config FSL_SERDES
|
||||
bool "SerDes initialization"
|
||||
depends on !MPC83XX_SERDES
|
||||
|
||||
config NEVER_ASSERT_ODT_TO_CPU
|
||||
bool "Never assert ODT to internal IOs"
|
||||
|
||||
source "board/freescale/mpc837xerdb/Kconfig"
|
||||
source "board/gdsys/mpc8308/Kconfig"
|
||||
|
||||
|
@ -55,8 +55,6 @@
|
||||
|
||||
#define CFG_SYS_DDRCDR_VALUE (DDRCDR_DHC_EN | DDRCDR_ODT | DDRCDR_Q_DRN)
|
||||
|
||||
#undef CONFIG_NEVER_ASSERT_ODT_TO_CPU /* Never assert ODT to internal IOs */
|
||||
|
||||
/*
|
||||
* Manually set up DDR parameters
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user