diff options
author | Lee Jones <lee.jones@linaro.org> | 2017-09-25 09:14:20 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-08 16:19:56 -0400 |
commit | b813908354f91f83c79991e67b98897c4caf0c81 (patch) | |
tree | 4880ff6046f8b6e72a8e650fe43733b5bee98d82 /include/configs | |
parent | 7aac4e916ec09a2ae56f1f5776557b0dff1eab02 (diff) |
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 <lee.jones@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/stih410-b2260.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |