mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
16 lines
271 B
Text
16 lines
271 B
Text
|
if TARGET_IMX8MP_DEBIX_MODEL_A
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "imx8mp_debix_model_a"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "polyhex"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "imx8mp_debix_model_a"
|
||
|
|
||
|
config IMX_CONFIG
|
||
|
default "board/polyhex/imx8mp_debix_model_a/imximage-8mp-lpddr4.cfg"
|
||
|
|
||
|
endif
|