Skip to content

Commit

Permalink
[Arista] Rely on automatic flash size detection for Lodoga (#8608)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Staphylo authored Aug 27, 2021
1 parent f78f677 commit 48ba459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/Aboot/boot0.j2
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ write_platform_specific_cmdline() {
fi
if [ "$sid" = "Lodoga" ]; then
aboot_machine=arista_7050cx3_32s
flash_size=3700
fi
if [ "$sid" = "Marysville" ]; then
aboot_machine=arista_7050sx3_48yc8
Expand Down

0 comments on commit 48ba459

Please sign in to comment.