mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-26 13:03:40 +00:00
ea6ad1a42a
After all these board switch to binman, we could use common imximage.cfg Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Patrick Wildt <patrick@blueri.se>
15 lines
221 B
Text
15 lines
221 B
Text
if TARGET_IMX8MQ_EVK
|
|
|
|
config SYS_BOARD
|
|
default "imx8mq_evk"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mq_evk"
|
|
|
|
config IMX_CONFIG
|
|
default "arch/arm/mach-imx/imx8m/imximage.cfg"
|
|
|
|
endif
|