projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a981c93
)
ARM: dts: aspeed: tacoma: Use 64MB for firmware memory
author
Joel Stanley
<joel@jms.id.au>
Thu, 17 Oct 2019 00:29:54 +0000
(10:59 +1030)
committer
Joel 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index
3586503
..
f88e71c
100644
(file)
--- a/
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@
-27,7
+27,7
@@
flash_memory: region@ba000000 {
no-map;
- reg = <0xb
a000000 0x2000000>; /* 32
M */
+ reg = <0xb
8000000 0x4000000>; /* 64
M */
};
};