[Arista] Rely on automatic flash size detection for Lodoga (#8608)

Lodoga actually has a 8GB storage device.
LodogaSsd variant has a 30GB SSD drive.
However, in boot0 both were mishandled and assigned 4GB for legacy reasons.

Remove the hardcoding of the flash size and let boot0 autodetect the available space.
This commit is contained in:
Samuel Angebault 2021-08-26 19:02:10 -07:00 committed by Qi Luo
parent 2c91efcd15
commit 01117d58b5

View File

@ -509,7 +509,6 @@ write_platform_specific_cmdline() {
fi fi
if [ "$sid" = "Lodoga" ]; then if [ "$sid" = "Lodoga" ]; then
aboot_machine=arista_7050cx3_32s aboot_machine=arista_7050cx3_32s
flash_size=3700
fi fi
if [ "$sid" = "Marysville" ]; then if [ "$sid" = "Marysville" ]; then
aboot_machine=arista_7050sx3_48yc8 aboot_machine=arista_7050sx3_48yc8