[U-Boot] [PATCH 2/2] tegra2: Enable new image format (FIT)

Stephen Warren swarren at nvidia.com
Fri Sep 30 21:53:03 CEST 2011


Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
 include/configs/tegra2-common.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index 73e0f05..22ac2f2 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -48,6 +48,7 @@
 
 #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs */
 #define CONFIG_OF_LIBFDT		/* enable passing of devicetree */
+#define CONFIG_FIT			/* enable new image format */
 
 /* Environment */
 #define CONFIG_ENV_IS_NOWHERE
-- 
1.7.0.4



More information about the U-Boot mailing list