Re: [U-Boot] [PATCH v2] am3517_evm: add FIT support

2015-07-27 Thread Tom Rini
On Mon, Jul 27, 2015 at 11:10:58AM +0200, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > Enable DTS support (CONFIG_OF_LIBFDT) and select > CONFIG_FIT in defconfig. > > Signed-off-by: Yegor Yefremov Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

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

2015-07-27 Thread yegorslists
From: Yegor Yefremov Enable DTS support (CONFIG_OF_LIBFDT) and select CONFIG_FIT in defconfig. Signed-off-by: Yegor Yefremov --- 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 chang