mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
1d463d6735
Add initial support for sama7g5 evaluation kit board. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
15 lines
179 B
Text
15 lines
179 B
Text
if TARGET_SAMA7G5EK
|
|
|
|
config SYS_BOARD
|
|
default "sama7g5ek"
|
|
|
|
config SYS_VENDOR
|
|
default "atmel"
|
|
|
|
config SYS_SOC
|
|
default "at91"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "sama7g5ek"
|
|
|
|
endif
|