git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7fe6fd
)
configs: stm32f746-disco: Fix ramdisk_addr_r
author
Patrice Chotard
<patrice.chotard@st.com>
Mon, 16 Sep 2019 08:56:51 +0000
(10:56 +0200)
committer
Patrick Delaunay
<patrick.delaunay@st.com>
Tue, 22 Oct 2019 08:59:57 +0000
(10:59 +0200)
Set ramdisk_addr_r to 0xC0600000.
Reported-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Patrick Delaunay <patrick.delaunay@st.com>
include/configs/stm32f746-disco.h
patch
|
blob
|
history
diff --git
a/include/configs/stm32f746-disco.h
b/include/configs/stm32f746-disco.h
index
a24127d
..
cc26f83
100644
(file)
--- a/
include/configs/stm32f746-disco.h
+++ b/
include/configs/stm32f746-disco.h
@@
-55,7
+55,7
@@
"pxefile_addr_r=0xC0008000\0" \
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
- "ramdisk_addr_r=0x
D09
00000\0" \
+ "ramdisk_addr_r=0x
C06
00000\0" \
BOOTENV
/*