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: v2025.01-rc5-pxa1908~5587 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=b813908354f91f83c79991e67b98897c4caf0c81;p=u-boot.git 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