mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
b07a022964
Add board files, Kconfig, Makefile and MAINTAINERS. Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
15 lines
210 B
Text
15 lines
210 B
Text
if TARGET_SAM9X60_CURIOSITY
|
|
|
|
config SYS_BOARD
|
|
default "sam9x60_curiosity"
|
|
|
|
config SYS_VENDOR
|
|
default "atmel"
|
|
|
|
config SYS_SOC
|
|
default "at91"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "sam9x60_curiosity"
|
|
|
|
endif
|