mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
c9e40e65e1
liteBoard is a development board which uses liteSOM as its base. Hardware specification: * liteSOM (i.MX6UL, DRAM, eMMC) * Ethernet PHY (id 0) * USB host (usb_otg1) * MicroSD slot (uSDHC1) Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
12 lines
147 B
Text
12 lines
147 B
Text
if TARGET_LITEBOARD
|
|
|
|
config SYS_BOARD
|
|
default "liteboard"
|
|
|
|
config SYS_VENDOR
|
|
default "grinn"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "liteboard"
|
|
|
|
endif
|