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 <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Joel Stanley 2019-10-17 10:59:54 +10:30
parent a981c93300
commit 575640201e

View file

@ -27,7 +27,7 @@
flash_memory: region@ba000000 {
no-map;
reg = <0xba000000 0x2000000>; /* 32M */
reg = <0xb8000000 0x4000000>; /* 64M */
};
};