Commit 57564020 authored by Joel Stanley's avatar Joel Stanley

ARM: dts: aspeed: tacoma: Use 64MB for firmware memory

OpenBMC requires a window the same size as the image being loaded.
Reviewed-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent a981c933
......@@ -27,7 +27,7 @@ reserved-memory {
flash_memory: region@ba000000 {
no-map;
reg = <0xba000000 0x2000000>; /* 32M */
reg = <0xb8000000 0x4000000>; /* 64M */
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment