summaryrefslogtreecommitdiff
path: root/plat/hisilicon
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2017-10-28 00:22:10 +0900
committerVictor Chong <victor.chong@linaro.org>2017-12-12 13:01:09 +0900
commit94725a26d82384f2f4c544d750117fa6d7a3312c (patch)
tree020a7699384521c99f4efd6f680296b3ddc2f5d0 /plat/hisilicon
parent5a3ec61f538ca5037ebd8ba485d27310044b0f53 (diff)
poplar: Increase FIP_SIZE
This is currently the maximum allowed without affecting bootup. Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'plat/hisilicon')
-rw-r--r--plat/hisilicon/poplar/include/poplar_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/hisilicon/poplar/include/poplar_layout.h b/plat/hisilicon/poplar/include/poplar_layout.h
index 192bcb9c..268c3a10 100644
--- a/plat/hisilicon/poplar/include/poplar_layout.h
+++ b/plat/hisilicon/poplar/include/poplar_layout.h
@@ -83,7 +83,7 @@
#define BL1_SIZE (BL1_RO_SIZE + BL1_RW_SIZE)
#define BL2_SIZE 0x0000c000 /* page multiple */
#define BL31_SIZE 0x00014000
-#define FIP_SIZE 0x00068000
+#define FIP_SIZE 0x000c0000 /* absolute max */
/* BL1_OFFSET */ /* (Defined above) */
#define BL1_BASE (LLOADER_TEXT_BASE + BL1_OFFSET)