mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
463a01c7e4
Use binman for image creation. Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
15 lines
241 B
Text
15 lines
241 B
Text
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
|