ARM: dts: aspeed: tacoma: Use 64MB for firmware memory
authorJoel Stanley <joel@jms.id.au>
Thu, 17 Oct 2019 00:29:54 +0000 (10:59 +1030)
committerJoel Stanley <joel@jms.id.au>
Fri, 1 Nov 2019 10:24:46 +0000 (20:54 +1030)
OpenBMC requires a window the same size as the image being loaded.

Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts

index 3586503..f88e71c 100644 (file)
@@ -27,7 +27,7 @@
 
                flash_memory: region@ba000000 {
                        no-map;
-                       reg = <0xba000000 0x2000000>; /* 32M */
+                       reg = <0xb8000000 0x4000000>; /* 64M */
                };
        };