mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 13:41:31 +02:00
The way that we use this file currently means that we have to guard it in every platform Kconfig. But it is also required in all NXP platforms, including non-reference platforms. Make all options in it have appropriate dependencies so that we can include it a single time under arch/Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
16 lines
235 B
Plaintext
16 lines
235 B
Plaintext
if TARGET_IMX8MP_EVK
|
|
|
|
config SYS_BOARD
|
|
default "imx8mp_evk"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mp_evk"
|
|
|
|
config IMX_CONFIG
|
|
default "board/freescale/imx8mp_evk/imximage-8mp-lpddr4.cfg"
|
|
|
|
endif
|