mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
a7fd6fa1c2
The EXPU1 design is a new 40G capable ethernet service unit card for Hitachi-Powergrids wired-com product lines. The base SoC is same as for already added SELI8 card, consequently the already added u-boot support for SELI8 is reused. Signed-off-by: Rainer Boschung <rainer.boschung@hitachi-powergrids.com> Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com> [Fixed new line error at EOF] Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
39 lines
517 B
Text
39 lines
517 B
Text
if TARGET_PG_WCOM_SELI8
|
|
|
|
config SYS_BOARD
|
|
default "pg-wcom-ls102xa"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_SOC
|
|
default "ls102xa"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pg-wcom-seli8"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
imply FS_CRAMFS
|
|
|
|
endif
|
|
|
|
if TARGET_PG_WCOM_EXPU1
|
|
|
|
config SYS_BOARD
|
|
default "pg-wcom-ls102xa"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_SOC
|
|
default "ls102xa"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pg-wcom-expu1"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
imply FS_CRAMFS
|
|
|
|
endif
|