[U-Boot] [PATCH v3 3/4] tegra: config: Enable FIT and device tree for all boards

Simon Glass sjg at chromium.org
Sun Nov 23 17:12:41 CET 2014


Modern kernels require a device tree to boot. Enable FIT support to permit
booting these images, rather than just legacy images. This allows booting
of Chrome OS kernels, among other things.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v3:
- Add new patch to enable FIT support for Tegra boards

Changes in v2: None

 include/configs/tegra-common.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 5d2b12a..c8c2366 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -162,6 +162,9 @@
 #define CONFIG_BOUNCE_BUFFER
 #define CONFIG_CRC32_VERIFY
 
+#define CONFIG_FIT
+#define CONFIG_OF_LIBFDT
+
 #ifndef CONFIG_SPL_BUILD
 #include <config_distro_defaults.h>
 #endif
-- 
2.1.0.rc2.206.gedb03e5



More information about the U-Boot mailing list