projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb71906
)
mx7dsabre: Fix ramdisk_addr* for distro boot
author
Jan Kiszka
<jan.kiszka@siemens.com>
Mon, 16 Mar 2020 11:50:09 +0000
(12:50 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 7 Apr 2020 08:43:25 +0000
(10:43 +0200)
Overlapped with fdt_addr*, thus corrupted the latter when using both.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
include/configs/mx7dsabresd.h
patch
|
blob
|
history
diff --git
a/include/configs/mx7dsabresd.h
b/include/configs/mx7dsabresd.h
index b1726b1d88ca8a7fa3d77b1f7f99cbc16a2c2343..e7d35ed648088f84a5bffb19945fb7720ea1514c 100644
(file)
--- a/
include/configs/mx7dsabresd.h
+++ b/
include/configs/mx7dsabresd.h
@@
-81,8
+81,8
@@
"fdt_addr_r=0x83000000\0" \
"kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
"pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
- "ramdisk_addr_r=0x83
0
00000\0" \
- "ramdiskaddr=0x83
0
00000\0" \
+ "ramdisk_addr_r=0x83
1
00000\0" \
+ "ramdiskaddr=0x83
1
00000\0" \
"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
"videomode=video=ctfb:x:480,y:272,depth:24,pclk:108695,le:8,ri:4,up:2,lo:4,hs:41,vs:10,sync:0,vmode:0\0" \
BOOTENV