mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-12 21:28:58 +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
233 B
Text
15 lines
233 B
Text
if TARGET_IMX8MQ_PHANBELL
|
|
|
|
config SYS_BOARD
|
|
default "imx8mq_phanbell"
|
|
|
|
config SYS_VENDOR
|
|
default "google"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mq_phanbell"
|
|
|
|
config IMX_CONFIG
|
|
default "arch/arm/mach-imx/imx8m/imximage.cfg"
|
|
|
|
endif
|