[PATCH linux dev-5.3 2/3] ARM: dts: aspeed: tacoma: Use 64MB for firmware memory
Joel Stanley
joel at jms.id.au
Wed Oct 16 23:19:33 AEDT 2019
Mbox's file mode needs a window the same size as the image being loaded.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index c073ad8d071f..f0d2f741800a 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@ -27,7 +27,7 @@
flash_memory: region at ba000000 {
no-map;
- reg = <0xba000000 0x2000000>; /* 32M */
+ reg = <0xba000000 0x4000000>; /* 64M */
};
};
--
2.23.0
More information about the openbmc
mailing list