mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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:
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
flash_memory: region@ba000000 {
|
flash_memory: region@ba000000 {
|
||||||
no-map;
|
no-map;
|
||||||
reg = <0xba000000 0x2000000>; /* 32M */
|
reg = <0xb8000000 0x4000000>; /* 64M */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user