Re: [U-Boot] [PATCH 2/2] Kconfig: Add u-boot.itb BUILD_TARGET for RK3368/3399

2019-01-17 Thread Kever Yang
Hi Jagan, This is the patch I'm looking for, I try to enable u-boot.itb build but I failed with modify the legacy Makefile, thanks. On 01/18/2019 01:57 AM, Jagan Teki wrote: > Add u-boot.itb BUILD_TARGET for Rockchip RK3368 and RK3399 > SoC, this can get rid of building itb explicitly with >

[U-Boot] [PATCH 2/2] Kconfig: Add u-boot.itb BUILD_TARGET for RK3368/3399

2019-01-17 Thread Jagan Teki
Add u-boot.itb BUILD_TARGET for Rockchip RK3368 and RK3399 SoC, this can get rid of building itb explicitly with 'make u-boot.itb' all required images will now build just by make. Signed-off-by: Jagan Teki --- Kconfig| 1 + board/rockchip/evb_rk3399/README