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 <ota...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot