summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2022-11-14 23:53:48 +0300
committerStefano Babic <sbabic@denx.de>2023-02-03 15:10:01 +0300
commit01f372d8d62b885f4a20a45535c545e98aafa687 (patch)
tree2d6297497c4f4f4d606be0baf86d7a7a4cce06a4 /configs
parent99a94c368c9056acf8107ae4163efbb1cbe34d42 (diff)
downloadu-boot-01f372d8d62b885f4a20a45535c545e98aafa687.tar.xz
udoo_neo: Select DM_SERIAL and drop iomux board level init
Convert to DM_SERIAL and drop the iomux board file level init as it's handled as part of the DM serial layer instead. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/udoo_neo_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/udoo_neo_defconfig b/configs/udoo_neo_defconfig
index a450482b11..73ab0f09f9 100644
--- a/configs/udoo_neo_defconfig
+++ b/configs/udoo_neo_defconfig
@@ -22,7 +22,6 @@ CONFIG_SPL_LIBDISK_SUPPORT=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_SYS_MONITOR_LEN=409600
CONFIG_BOOTCOMMAND="run findfdt; run distro_bootcmd"
-CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SYS_SPL_MALLOC=y
CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_FS_EXT4=y
@@ -60,6 +59,7 @@ CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_ANATOP=y
CONFIG_DM_REGULATOR_PFUZE100=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_IMX_THERMAL=y
CONFIG_USB=y