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:
Tom Rini 2022-12-04 10:03:28 -05:00
parent 957848882c
commit 7ee2f977b7
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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
*/