forked from OERV-BSP/u-boot
Add board specific functions for sama7d65_curiosity. Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
16 lines
206 B
Plaintext
16 lines
206 B
Plaintext
if TARGET_SAMA7D65_CURIOSITY
|
|
|
|
config SYS_BOARD
|
|
default "sama7d65_curiosity"
|
|
|
|
config SYS_VENDOR
|
|
default "atmel"
|
|
|
|
config SYS_SOC
|
|
default "at91"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "sama7d65_curiosity"
|
|
|
|
endif
|