Skip to content
Snippets Groups Projects
Commit 68bad63e authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

mx28evk: Convert to CONFIG_DM_SERIAL


The conversion to CONFIG_DM_SERIAL is mandatory, so select this option.

Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
parent 214a986f
No related branches found
No related tags found
No related merge requests found
......@@ -919,7 +919,6 @@ config ARCH_MX28
bool "NXP i.MX28 family"
select CPU_ARM926EJS
select GPIO_EXTRA_HEADER
select PL011_SERIAL if !TARGET_XEA
select MACH_IMX
select SUPPORT_SPL
......
......@@ -41,6 +41,7 @@ choice
config TARGET_MX28EVK
bool "Support mx28evk"
select PL01X_SERIAL
select BOARD_EARLY_INIT_F
config TARGET_XEA
......
......@@ -62,6 +62,6 @@ CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_RTC_MXS=y
CONFIG_CONS_INDEX=0
CONFIG_DM_SERIAL=y
CONFIG_SPI=y
CONFIG_USB=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment