Signed-off-by: Ard Biesheuvel <a...@kernel.org> --- Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c b/Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c index f032f3c79238..422ad491f41f 100644 --- a/Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c +++ b/Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c @@ -51,10 +51,10 @@ ArmPlatformInitializeSystemMemory ( } STATIC ARM_CORE_INFO mRpi3InfoTable[] = { - { 0x0, 0x0, }, // Cluster 0, Core 0 - { 0x0, 0x1, }, // Cluster 0, Core 1 - { 0x0, 0x2, }, // Cluster 0, Core 2 - { 0x0, 0x3, }, // Cluster 0, Core 3 + { 0x0, }, // Cluster 0, Core 0 + { 0x1, }, // Cluster 0, Core 1 + { 0x2, }, // Cluster 0, Core 2 + { 0x3, }, // Cluster 0, Core 3 }; STATIC -- 2.30.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86244): https://edk2.groups.io/g/devel/message/86244 Mute This Topic: https://groups.io/mt/88805637/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-