aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <[email protected]>2019-10-17 10:59:54 +1030
committerJoel Stanley <[email protected]>2019-11-01 20:54:46 +1030
commit575640201e666251f7ec0ff71f3e8ea9a68bdceb (patch)
treefe154de778ae80c93b5dc3f511dd74b5770265c5
parenta981c93300ef7d68080081ee525d60936affd7b2 (diff)
ARM: dts: aspeed: tacoma: Use 64MB for firmware memory
OpenBMC requires a window the same size as the image being loaded. Reviewed-by: Andrew Jeffery <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index 35865033277f..f88e71c2b557 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@ba000000 {
no-map;
- reg = <0xba000000 0x2000000>; /* 32M */
+ reg = <0xb8000000 0x4000000>; /* 64M */
};
};