mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
885fc03aab
This board is based on Snapper 9G45 which has an Atmel AT91SAM9G45 chip and 128MB of SDRAM. It includes a small LCD, 2xUSB host, SD card, Ethernet and two UARTs. Signed-off-by: Andre Renaud <andre@designa-electronics.com> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andreas Bießmann <andreas@biessmann.org> [apply CONFIG_BOOTDELAY transition] Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
12 lines
149 B
Text
12 lines
149 B
Text
if TARGET_GURNARD
|
|
|
|
config SYS_BOARD
|
|
default "gurnard"
|
|
|
|
config SYS_VENDOR
|
|
default "bluewater"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "snapper9g45"
|
|
|
|
endif
|