summaryrefslogtreecommitdiffstats
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-06-02 22:04:56 -0600
committerTom Rini <trini@ti.com>2014-06-11 16:25:47 -0400
commitdd42a4abf67ed9c5fd1ef46663d2231d85c32ba6 (patch)
tree50037489d009b85b5ded6b452115cced33a49ba2 /include/configs/am335x_evm.h
parent5cc16cbf257a1c377c714486d55b6857be321c0f (diff)
downloadtalos-obmc-uboot-dd42a4abf67ed9c5fd1ef46663d2231d85c32ba6.tar.gz
talos-obmc-uboot-dd42a4abf67ed9c5fd1ef46663d2231d85c32ba6.zip
am33xx/omap: Enable FIT support
Enable booting a FIT containing a kernel/device tree. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h5
1 files changed, 5 insertions, 0 deletions
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
OpenPOWER on IntegriCloud