[PATCH linux dev-5.3 v2 2/3] ARM: dts: aspeed: tacoma: Use 64MB for firmware memory
Joel Stanley
joel at jms.id.au
Thu Oct 17 11:29:54 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>
---
v2:
fix alignment
---
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..bf363a735232 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 = <0xb8000000 0x4000000>; /* 64M */
};
};
--
2.23.0
More information about the openbmc
mailing list