mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 15:46:43 +07: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:
parent
a981c93300
commit
575640201e
@ -27,7 +27,7 @@ reserved-memory {
|
||||
|
||||
flash_memory: region@ba000000 {
|
||||
no-map;
|
||||
reg = <0xba000000 0x2000000>; /* 32M */
|
||||
reg = <0xb8000000 0x4000000>; /* 64M */
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user