mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
18 lines
224 B
Text
18 lines
224 B
Text
|
if TARGET_KMCENT2
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "kmcent2"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "keymile"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "kmcent2"
|
||
|
|
||
|
config BOARD_SPECIFIC_OPTIONS
|
||
|
def_bool y
|
||
|
select ARCH_T1040
|
||
|
select PHYS_64BIT
|
||
|
|
||
|
endif
|