mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
02ce99ec91
Also known as Odroid Go Advance but named Go2 internally by the vendor it seems. Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
15 lines
206 B
Text
15 lines
206 B
Text
if TARGET_ODROID_GO2
|
|
|
|
config SYS_BOARD
|
|
default "odroid_go2"
|
|
|
|
config SYS_VENDOR
|
|
default "hardkernel"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "odroid_go2"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|