Add support for UpperlakeElite (#12280)

Signed-off-by: Samuel Angebault <staphylo@arista.com>

Signed-off-by: Samuel Angebault <staphylo@arista.com>
This commit is contained in:
Samuel Angebault 2022-10-22 03:26:43 +02:00 committed by GitHub
parent f4046c1417
commit 9cdd78788f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -487,7 +487,7 @@ write_platform_specific_cmdline() {
aboot_machine=arista_7050_qx32s
cmdline_add modprobe.blacklist=radeon,sp5100_tco
fi
if [ "$sid" = "Upperlake" ] || [ "$sid" = "UpperlakeES" ]; then
if in_array "$sid" "Upperlake" "UpperlakeES" "UpperlakeElite"; then
aboot_machine=arista_7060_cx32s
flash_size=3700
fi