mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00: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
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@ config TARGET_MX28EVK
|
|||
|
||||
config TARGET_XEA
|
||||
bool "Support XEA"
|
||||
select PL01X_SERIAL
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
Loading…
Reference in a new issue