diff mbox series

[v3,3/3] board: STiH410-B2260: set ramdisk_addr_r to 0x48000000

Message ID 1506323661-30067-4-git-send-email-patrice.chotard@st.com
State New
Headers show
Series None | expand

Commit Message

Patrice CHOTARD Sept. 25, 2017, 7:14 a.m. UTC
From: Lee Jones <lee.jones@linaro.org>

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>

---
v3: none
v2: rebase on v2017.09

 include/configs/stih410-b2260.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 9, 2017, 5 p.m. UTC | #1
On Mon, Sep 25, 2017 at 09:14:20AM +0200, patrice.chotard@st.com wrote:

> From: Lee Jones <lee.jones@linaro.org>

> 

> 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>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h
index fc11f3c..958d5cc 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