mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
am3517_evm: add FIT support
Enable DTS support (CONFIG_OF_LIBFDT) and select CONFIG_FIT in defconfig. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
f3f431a712
commit
0a0db402d1
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@ CONFIG_ARM=y
|
|||
CONFIG_OMAP34XX=y
|
||||
CONFIG_TARGET_AM3517_EVM=y
|
||||
CONFIG_SPL=y
|
||||
CONFIG_FIT=y
|
||||
# CONFIG_CMD_IMI is not set
|
||||
# CONFIG_CMD_IMLS is not set
|
||||
# CONFIG_CMD_FLASH is not set
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
|
||||
#define CONFIG_MISC_INIT_R
|
||||
|
||||
#define CONFIG_OF_LIBFDT
|
||||
|
||||
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
|
||||
#define CONFIG_SETUP_MEMORY_TAGS 1
|
||||
#define CONFIG_INITRD_TAG 1
|
||||
|
|
Loading…
Reference in a new issue