]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
imx35, flea3: add FIT image support
authorHeiko Schocher <hs@denx.de>
Fri, 9 Oct 2015 04:24:59 +0000 (06:24 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 3 Nov 2015 12:53:59 +0000 (10:53 -0200)
add FIT image support for the flea3 board.

Signed-off-by: Heiko Schocher <hs@denx.de>
include/configs/flea3.h

index f646feefa9e2f6fd278d996699b0ba6737b905f9..a096071cc04addd2f0d942ea69e31d585bea3fa4 100644 (file)
                "else echo U-Boot not downloaded..exiting;fi\0"         \
        "bootcmd=run net_nfs\0"
 
+/* Enable FIT images support */
+#define CONFIG_CMD_FDT
+#define CONFIG_FIT
+
 #endif                         /* __CONFIG_H */