arm: Kconfig: Switch XEA (imx287 based) board to use CONFIG_PL01X_SERIAL
authorLukasz Majewski <lukma@denx.de>
Fri, 19 May 2023 10:43:56 +0000 (12:43 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jul 2023 12:40:04 +0000 (14:40 +0200)
The CONFIG_PL011 used by all other ARCH_MX28 based boards is not
supporting DM_SERIAL. Instead, other define - namely CONFIG_PL01X_SERIAL
shall be used by boards supporting DM_SERIAL.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
arch/arm/Kconfig
arch/arm/mach-imx/mxs/Kconfig

index 99264a6..4604d41 100644 (file)
@@ -919,7 +919,7 @@ config ARCH_MX28
        bool "NXP i.MX28 family"
        select CPU_ARM926EJS
        select GPIO_EXTRA_HEADER
-       select PL011_SERIAL
+       select PL011_SERIAL if !TARGET_XEA
        select MACH_IMX
        select SUPPORT_SPL
 
index 5cffc26..b4a281e 100644 (file)
@@ -45,6 +45,7 @@ config TARGET_MX28EVK
 
 config TARGET_XEA
        bool "Support XEA"
+       select PL01X_SERIAL
 
 endchoice