mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
b2b8b9be2f
Add Kconfig entry for i.MX8QXP Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> Cc: Stefano Babic <sbabic@denx.de>
13 lines
106 B
Text
13 lines
106 B
Text
if ARCH_IMX8
|
|
|
|
config IMX8
|
|
bool
|
|
|
|
config IMX8QXP
|
|
select IMX8
|
|
bool
|
|
|
|
config SYS_SOC
|
|
default "imx8"
|
|
|
|
endif
|