diff options
| author | Lee Jones <[email protected]> | 2017-09-25 09:14:20 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-10-08 16:19:56 -0400 |
| commit | b813908354f91f83c79991e67b98897c4caf0c81 (patch) | |
| tree | 4880ff6046f8b6e72a8e650fe43733b5bee98d82 /include | |
| 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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -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 fc11f3cad40..958d5cc54c8 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 |
