mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
e11ef3d26e
Add the initial support for Elgin R1 board, which is based on the RV1108 SoC and has the following features currently supported in U-Boot: - UART - eMMC - USB Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
15 lines
207 B
Text
15 lines
207 B
Text
if TARGET_ELGIN_RV1108
|
|
|
|
config SYS_BOARD
|
|
default "elgin_rv1108"
|
|
|
|
config SYS_VENDOR
|
|
default "elgin"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "elgin_rv1108"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|