diff mbox

[U-Boot,v3,13/14] am33xx/omap: Enable FIT support

Message ID 1401768297-7198-14-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass June 3, 2014, 4:04 a.m. UTC
Enable booting a FIT containing a kernel/device tree.

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

Changes in v3:
- Also enable LZO and timestamps, plus increase the maximum kernel size

Changes in v2: None

 include/configs/am335x_evm.h | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Tom Rini June 11, 2014, 10:18 p.m. UTC | #1
On Mon, Jun 02, 2014 at 10:04:56PM -0600, Simon Glass wrote:

> Enable booting a FIT containing a kernel/device tree.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 11e7771..edc5841 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