mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
588399c2d5
The Sielaff i.MX6 Solo board is a control and HMI board for vending machines. Add support for this board. The devicetree files are taken from pending changes in the Linux kernel that are available from linux-next and will likely be part of Linux v6.9. Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
15 lines
186 B
Text
15 lines
186 B
Text
if TARGET_MX6S_SIELAFF
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "imx6dl-sielaff"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "sielaff"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "imx6dl-sielaff"
|
|
|
|
endif
|