Signed-off-by: Rob Clark <robdcl...@gmail.com>
---
Maybe there is a better way to not hardcode this?  But at least with
the build of lk that I have, the fdt table is at 0x81e00000.  I guess
there must be a more robust way to do this, since presumably lk when
booting the linux kernel directly somehow passes the fdt address.

 include/configs/dragonboard410c.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/dragonboard410c.h 
b/include/configs/dragonboard410c.h
index 11c842d..3b9932d 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -105,7 +105,7 @@ REFLASH(dragonboard/u-boot.img, 8)\
        "linux_image=Image\0" \
        "kernel_addr_r=0x81000000\0"\
        "fdtfile=apq8016-sbc.dtb\0" \
-       "fdt_addr_r=0x83000000\0"\
+       "fdt_addr_r=0x81e00000\0"\
        "ramdisk_addr_r=0x84000000\0"\
        "scriptaddr=0x90000000\0"\
        "pxefile_addr_r=0x90100000\0"\
-- 
2.9.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to