u-boot/board/technexion/pico-imx8mq/Kconfig
Peng Fan ea6ad1a42a imx: imx8mq use common imximage.cfg
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>
2022-01-07 15:42:41 -05:00

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