mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-28 10:01:29 +02:00
Add initial support for sama7g5 evaluation kit board. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
16 lines
179 B
Plaintext
16 lines
179 B
Plaintext
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
|