mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
40496ac3b7
Add support for Storopack's SMEGW01 board, which is an IoT gateway based on the i.MX7D SoC. Based on the original U-Boot work done by Phytec. Signed-off-by: Fabio Estevam <festevam@denx.de>
12 lines
145 B
Text
12 lines
145 B
Text
if TARGET_SMEGW01
|
|
|
|
config SYS_BOARD
|
|
default "smegw01"
|
|
|
|
config SYS_VENDOR
|
|
default "storopack"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "smegw01"
|
|
|
|
endif
|