From: Simon Glass <sjg@chromium.org>
Date: Tue, 3 Jun 2014 04:04:56 +0000 (-0600)
Subject: am33xx/omap: Enable FIT support
X-Git-Tag: v2025.01-rc5-pxa1908~15219
X-Git-Url: http://git.dujemihanovic.xyz/img/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=dd42a4abf67ed9c5fd1ef46663d2231d85c32ba6;p=u-boot.git

am33xx/omap: Enable FIT support

Enable booting a FIT containing a kernel/device tree.

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

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 11e7771227..edc5841416 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -19,11 +19,16 @@
 #include <configs/ti_am335x_common.h>
 
 #ifndef CONFIG_SPL_BUILD
+# define CONFIG_FIT
+# define CONFIG_TIMESTAMP
+# define CONFIG_LZO
 # define CONFIG_OF_CONTROL
 # define CONFIG_OF_SEPARATE
 # define CONFIG_DEFAULT_DEVICE_TREE am335x-boneblack
 #endif
 
+#define CONFIG_SYS_BOOTM_LEN		(16 << 20)
+
 #define MACH_TYPE_TIAM335EVM		3589	/* Until the next sync */
 #define CONFIG_MACH_TYPE		MACH_TYPE_TIAM335EVM
 #define CONFIG_BOARD_LATE_INIT