Skip to content

Commit

Permalink
am3517_evm: add FIT support
Browse files Browse the repository at this point in the history
Enable DTS support (CONFIG_OF_LIBFDT) and select
CONFIG_FIT in defconfig.

Signed-off-by: Yegor Yefremov <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
  • Loading branch information
yegorich authored and trini committed Jul 27, 2015
1 parent f3f431a commit 0a0db40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/am3517_evm_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions include/configs/am3517_evm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a0db40

Please sign in to comment.