When booting from EMMC, load the DTB and pass it to the kernel.

Signed-off-by: Fabien Parent <fpar...@baylibre.com>
---
 include/configs/omapl138_lcdk.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index c896638..fe9f94d 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -207,12 +207,16 @@
                "run spiboot; " \
        "fi"
 #define CONFIG_EXTRA_ENV_SETTINGS \
+       "fdtaddr=0xc0600000\0" \
+       "fdtfile=da850-lcdk.dtb\0" \
+       "fdtboot=bootm 0xc0700000 - ${fdtaddr};\0" \
        "mmcboot=" \
                "if fatload mmc 0 0xc0600000 boot.scr; then " \
                        "source 0xc0600000; " \
                "else " \
                        "fatload mmc 0 0xc0700000 uImage; " \
-                       "bootm 0xc0700000; " \
+                       "fatload mmc 0 ${fdtaddr} ${fdtfile}; " \
+                       "run fdtboot; " \
                "fi;\0" \
        "spiboot=" \
                "sf probe 0; " \
-- 
2.10.2

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

Reply via email to