Merge "fix(qemu_sbsa): align FIP base to BL1 size" into integration

This commit is contained in:
Sandrine Bailleux 2023-09-19 13:48:54 +02:00 committed by TrustedFirmware Code Review
commit c228daf5f0

View file

@ -199,7 +199,7 @@
#define QEMU_FLASH1_BASE 0x10000000 #define QEMU_FLASH1_BASE 0x10000000
#define QEMU_FLASH1_SIZE 0x10000000 #define QEMU_FLASH1_SIZE 0x10000000
#define PLAT_QEMU_FIP_BASE 0x00008000 #define PLAT_QEMU_FIP_BASE BL1_SIZE
#define PLAT_QEMU_FIP_MAX_SIZE 0x00400000 #define PLAT_QEMU_FIP_MAX_SIZE 0x00400000
/* This is map from GIC_DIST up to last CPU (255) GIC_REDISTR */ /* This is map from GIC_DIST up to last CPU (255) GIC_REDISTR */