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
225 B
Text
15 lines
225 B
Text
if TARGET_PICO_IMX8MQ
|
|
|
|
config SYS_BOARD
|
|
default "pico-imx8mq"
|
|
|
|
config SYS_VENDOR
|
|
default "technexion"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pico-imx8mq"
|
|
|
|
config IMX_CONFIG
|
|
default "arch/arm/mach-imx/imx8m/imximage.cfg"
|
|
|
|
endif
|