1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-29 22:41:17 +02:00
Files
u-boot-megous/board/phytec/phycore_imx8mm/Kconfig
Teresa Remmet 463a01c7e4 board: phytec: imx8mm-phycore: Switch to binman
Use binman for image creation.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
2021-10-20 15:10:13 +02:00

16 lines
241 B
Plaintext

if TARGET_PHYCORE_IMX8MM
config SYS_BOARD
default "phycore_imx8mm"
config SYS_VENDOR
default "phytec"
config SYS_CONFIG_NAME
default "phycore_imx8mm"
config IMX_CONFIG
default "board/phytec/phycore_imx8mm/imximage-8mm-sd.cfg"
endif