From: Lee Jones Date: Mon, 25 Sep 2017 07:14:20 +0000 (+0200) Subject: board: STiH410-B2260: set ramdisk_addr_r to 0x48000000 X-Git-Tag: v2017.11-rc2~84 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b813908354f91f83c79991e67b98897c4caf0c81;p=u-boot board: STiH410-B2260: set ramdisk_addr_r to 0x48000000 Add missing ramdisk_addr_r param and set it to 0x48000000 Signed-off-by: Lee Jones Reviewed-by: Simon Glass --- diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h index fc11f3cad4..958d5cc54c 100644 --- a/include/configs/stih410-b2260.h +++ b/include/configs/stih410-b2260.h @@ -38,6 +38,7 @@ "scriptaddr=0x50000000\0" \ "fdt_high=0xffffffffffffffff\0" \ "initrd_high=0xffffffffffffffff\0" \ + "ramdisk_addr_r=0x48000000\0" \ BOOTENV