mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
15 lines
175 B
Text
15 lines
175 B
Text
|
if TARGET_GE_B1X5V2
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "b1x5v2"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "ge"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ge_b1x5v2"
|
||
|
|
||
|
source "board/ge/common/Kconfig"
|
||
|
|
||
|
endif
|