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 <s...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot