mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
54e1aa236f
Add support for the Variscite VAR-SOM-IMX93 evaluation kit. The SoM consists of an NXP iMX93 dual A55 CPU. The SoM is mounted on a Variscite Symphony SBC. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
12 lines
163 B
Text
12 lines
163 B
Text
if TARGET_IMX93_VAR_SOM
|
|
|
|
config SYS_BOARD
|
|
default "imx93_var_som"
|
|
|
|
config SYS_VENDOR
|
|
default "variscite"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx93_var_som"
|
|
|
|
endif
|