imx35, flea3: add FIT image support
authorHeiko Schocher <hs@denx.de>
Fri, 9 Oct 2015 04:24:59 +0000 (06:24 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 30 Oct 2015 14:11:52 +0000 (15:11 +0100)
add FIT image support for the flea3 board.

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

index 15905b984065c072449b75ef791efa07bc838d2e..99bf7d6550e07f52eeea422daec37640d7cd5f2f 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 */