mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
am33xx/omap: Enable FIT support
Enable booting a FIT containing a kernel/device tree. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
5cc16cbf25
commit
dd42a4abf6
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue