[U-Boot] [PATCH v2 10/11] am33xx/omap: Enable FIT support
Simon Glass
sjg at chromium.org
Wed Apr 16 16:41:43 CEST 2014
Enable booting a FIT containing a kernel/device tree.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
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 3642dc6..4356d37 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.9.1.423.g4596e3a
More information about the U-Boot
mailing list