mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-15 06:34:03 +00:00
009c87a2ab
The kmeter1, and kmcoge5ne boards also build from the same config file with #ifdef logic. Create a separate include config for each board with the #ifdef logic resolved as needed. Signed-off-by: Mario Six <mario.six@gdsys.cc>
129 lines
1.4 KiB
Text
129 lines
1.4 KiB
Text
if TARGET_KMETER1
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmeter1"
|
|
|
|
endif
|
|
|
|
if TARGET_KMCOGE5NE
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmcoge5ne"
|
|
|
|
endif
|
|
|
|
if TARGET_KMVECT1
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmvect1"
|
|
|
|
endif
|
|
|
|
if TARGET_KMTEGR1
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmtegr1"
|
|
|
|
endif
|
|
|
|
if TARGET_SUVD3
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "suvd3"
|
|
|
|
endif
|
|
|
|
if TARGET_TUXX1
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "tuxx1"
|
|
|
|
endif
|
|
|
|
if TARGET_KMSUPX5
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmsupx5"
|
|
|
|
endif
|
|
|
|
if TARGET_TUGE1
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "tuge1"
|
|
|
|
endif
|
|
|
|
if TARGET_KMOPTI2
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmopti2"
|
|
|
|
endif
|
|
|
|
if TARGET_KMTEPR2
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmtepr2"
|
|
|
|
endif
|