mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
ab38bf6a39
chiliBoard is a development board which uses chiliSOM as its base. Hardware specification: * chiliSOM (TI AM335x, DRAM, NAND) * Ethernet PHY (id 0) * USB host (usb1) * MicroSD slot (mmc0) Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Reviewed-by: Tom Rini <trini@konsulko.com>
15 lines
184 B
Text
15 lines
184 B
Text
if TARGET_CHILIBOARD
|
|
|
|
config SYS_BOARD
|
|
default "chiliboard"
|
|
|
|
config SYS_VENDOR
|
|
default "grinn"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "chiliboard"
|
|
|
|
config SYS_SOC
|
|
default "am33xx"
|
|
|
|
endif
|