mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Merge "fix(qemu_sbsa): align FIP base to BL1 size" into integration
This commit is contained in:
commit
c228daf5f0
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue