[Arista] Rely on automatic flash size detection for Raven (#13277)
Many of these switches have had flash upgraded beyond 2G however, in boot0 both were assigned 2GB for legacy reasons. Remove the hardcoding of the flash size and let boot0 autodetect the available space. Signed-off-by: Graham Hayes <gr@ham.ie> Signed-off-by: Graham Hayes <gr@ham.ie>
This commit is contained in:
parent
4539035e90
commit
e077b5362c
@ -483,7 +483,6 @@ write_platform_specific_cmdline() {
|
||||
if [ "$platform" = "raven" ]; then
|
||||
# Assuming sid=Cloverdale
|
||||
aboot_machine=arista_7050_qx32
|
||||
flash_size=2000
|
||||
cmdline_add modprobe.blacklist=radeon,sp5100_tco
|
||||
cmdline_add acpi=off
|
||||
fi
|
||||
|
Reference in New Issue
Block a user