public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: rockchip: rv1108: Fix booting with initramfs
@ 2018-12-04 13:49 Otavio Salvador
  2018-12-06 13:46 ` Philipp Tomsich
  2018-12-10  0:01 ` [U-Boot] " Philipp Tomsich
  0 siblings, 2 replies; 12+ messages in thread
From: Otavio Salvador @ 2018-12-04 13:49 UTC (permalink / raw)
  To: u-boot

We move the ramdisk_addr_r to 0x68000000 and disable the initrd and
fdt relocation, so the initramfs works out of box.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 include/configs/rv1108_common.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h
index 16d4e2e355..91a9f9758b 100644
--- a/include/configs/rv1108_common.h
+++ b/include/configs/rv1108_common.h
@@ -34,7 +34,9 @@
 	"scriptaddr=0x60000000\0" \
 	"fdt_addr_r=0x61f00000\0" \
 	"kernel_addr_r=0x62000000\0" \
-	"ramdisk_addr_r=0x64000000\0"
+	"ramdisk_addr_r=0x68000000\0" \
+	"initrd_high=0xffffffff\0" \
+	"fdt_high=0xffffffff\0"
 
 #include <config_distro_bootcmd.h>
 #define CONFIG_EXTRA_ENV_SETTINGS \
-- 
2.19.2

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-12-11  6:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04 13:49 [U-Boot] [PATCH] ARM: rockchip: rv1108: Fix booting with initramfs Otavio Salvador
2018-12-06 13:46 ` Philipp Tomsich
2018-12-06 23:00   ` Otavio Salvador
2018-12-06 23:03     ` Philipp Tomsich
2018-12-10  0:01 ` [U-Boot] " Philipp Tomsich
2018-12-10  0:28   ` Tom Rini
2018-12-10  0:38     ` Philipp Tomsich
2018-12-10  0:56       ` Tom Rini
2018-12-10 23:12         ` Philipp Tomsich
2018-12-11  6:25           ` Heiko Stuebner
2018-12-10 12:01     ` Otavio Salvador
2018-12-10 12:23       ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox