upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
 
 
 
 
 
 
u-boot/board/in-circuit/grasshopper/Kconfig

15 lines
196 B

if TARGET_GRASSHOPPER
config SYS_BOARD
default "grasshopper"
config SYS_VENDOR
default "in-circuit"
config SYS_SOC
default "at32ap700x"
config SYS_CONFIG_NAME
default "grasshopper"
endif