mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
a6477f7cbc
This is a series of line cards for Allied Telesis's SBx8100 chassis switch. The CPU block is common to the SBx81GP24 and SBx81GT24 cards cards collectively referred to as SBx81LIFXCAT in u-boot. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
12 lines
182 B
Text
12 lines
182 B
Text
if TARGET_SBx81LIFXCAT
|
|
|
|
config SYS_BOARD
|
|
default "SBx81LIFXCAT"
|
|
|
|
config SYS_VENDOR
|
|
default "alliedtelesis"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "SBx81LIFXCAT"
|
|
|
|
endif
|