mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-19 03:21:22 +02:00
arm: Kconfig: Switch XEA (imx287 based) board to use CONFIG_PL01X_SERIAL
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>
This commit is contained in:
parent
8134853b93
commit
474c086651
@ -919,7 +919,7 @@ config ARCH_MX28
|
|||||||
bool "NXP i.MX28 family"
|
bool "NXP i.MX28 family"
|
||||||
select CPU_ARM926EJS
|
select CPU_ARM926EJS
|
||||||
select GPIO_EXTRA_HEADER
|
select GPIO_EXTRA_HEADER
|
||||||
select PL011_SERIAL
|
select PL011_SERIAL if !TARGET_XEA
|
||||||
select MACH_IMX
|
select MACH_IMX
|
||||||
select SUPPORT_SPL
|
select SUPPORT_SPL
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ config TARGET_MX28EVK
|
|||||||
|
|
||||||
config TARGET_XEA
|
config TARGET_XEA
|
||||||
bool "Support XEA"
|
bool "Support XEA"
|
||||||
|
select PL01X_SERIAL
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user