mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
87a62bce28
This is a series of line cards for Allied Telesis's SBx8100 chassis switch. The CPU block is common to the SBx81GS24a, SBx81XS6, SBx81XS16 and SBx81GT40 cards collectively referred to as SBx81LIFKW in u-boot. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
12 lines
176 B
Text
12 lines
176 B
Text
if TARGET_SBx81LIFKW
|
|
|
|
config SYS_BOARD
|
|
default "SBx81LIFKW"
|
|
|
|
config SYS_VENDOR
|
|
default "alliedtelesis"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "SBx81LIFKW"
|
|
|
|
endif
|