diff mbox

[U-Boot,v2] am3517_evm: add FIT support

Message ID 1437988258-29497-1-git-send-email-yegorslists@googlemail.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Yegor Yefremov July 27, 2015, 9:10 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

Enable DTS support (CONFIG_OF_LIBFDT) and select
CONFIG_FIT in defconfig.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
Changes:
	v2: remove unused ft_board_setup() and CONFIG_OF_BOARD_SETUP

 configs/am3517_evm_defconfig | 1 +
 include/configs/am3517_evm.h | 2 ++
 2 files changed, 3 insertions(+)

Comments

Tom Rini July 27, 2015, 3:09 p.m. UTC | #1
On Mon, Jul 27, 2015 at 11:10:58AM +0200, yegorslists@googlemail.com wrote:

> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> 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>
Tom Rini July 28, 2015, 3 p.m. UTC | #2
On Mon, Jul 27, 2015 at 11:10:58AM +0200, Yegor Yefremov wrote:

> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index 4589b30..c72d29e 100644
--- a/configs/am3517_evm_defconfig
+++ b/configs/am3517_evm_defconfig
@@ -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
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index b90a60d..e9808a7 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -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