Skip to content
Snippets Groups Projects
Commit dd42a4ab authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

am33xx/omap: Enable FIT support


Enable booting a FIT containing a kernel/device tree.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 5cc16cbf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment