Files
edk2-platforms/Platform/RaspberryPi/Library/PlatformLib
Leif Lindholm 5d2d48eb8f Platform/RaspberryPi: remove unused variable GpuIndex from PlatformLib
Commit 678f6bff3c ("RPi4: reserve/map memory above 4GB when present")
removed the only user of the GpuIndex variable in
ArmPlatformGetVirtualMemoryMap, which causes a build error of NOOPT
profile with gcc 8.3. Delete the variable, and its initialization.

Cc: Andrei Warkentin <andrey.warkentin@gmail.com>
Cc: Pete Batard <pete@akeo.ie>
Signed-off-by: Leif Lindholm <leif@nuviainc.com>
Reviewed-by: Pete Batard <pete@akeo.ie>
2020-07-14 14:02:03 +01:00
..