mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
3fd0231432
Small patch to add support for VoCore/VoCore2 board. VoCore is open hardware and runs OpenWrt/LEDE. It has WIFI, USB, UART, 20+ GPIOs but is only one inch square. It will help you to make a smart house, study embedded system or even make the tiniest router in the world. Details about this SoM can be found at "https://vocore.io/v2.html". Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Stefan Roese <sr@denx.de>
12 lines
141 B
Text
12 lines
141 B
Text
if BOARD_VOCORE2
|
|
|
|
config SYS_BOARD
|
|
default "vocore2"
|
|
|
|
config SYS_VENDOR
|
|
default "vocore"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "vocore2"
|
|
|
|
endif
|