[U-Boot] [PATCH 7/8] RFC: am33xx/omap: Enable FIT support
Simon Glass
sjg at chromium.org
Wed Oct 2 16:44:47 CEST 2013
Enable booting a FIT containing a kernel/device tree.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/configs/am335x_evm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 2f942e5..8ba6301 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -19,6 +19,7 @@
#include <configs/ti_am335x_common.h>
#ifndef CONFIG_SPL_BUILD
+# define CONFIG_FIT
# define CONFIG_OF_CONTROL
# define CONFIG_OF_SEPARATE
# define CONFIG_DEFAULT_DEVICE_TREE am335x-boneblack
--
1.8.4
More information about the U-Boot
mailing list