From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Mon, 21 Aug 2017 21:00:17 +0800 Subject: [U-Boot] [PATCH v2 2/3] rockchip: firefly-rk3399: add FIT for rk3399 In-Reply-To: <1503320418-8537-1-git-send-email-kever.yang@rock-chips.com> References: <1503320418-8537-1-git-send-email-kever.yang@rock-chips.com> Message-ID: <1503320418-8537-2-git-send-email-kever.yang@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable SPL_FIT_GENERATOR with path for it. With this patch you can get u-boot.itb for rk3399-firefly with: > make u-boot.itb Signed-off-by: Kever Yang Reviewed-by: Mark Kettenis Tested-by: Mark Kettenis --- Changes in v2: - typo fix, rk3399-evb->rk3399-firefly configs/firefly-rk3399_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig index 67e14c1..2572933 100644 --- a/configs/firefly-rk3399_defconfig +++ b/configs/firefly-rk3399_defconfig @@ -9,6 +9,7 @@ CONFIG_DEFAULT_DEVICE_TREE="rk3399-firefly" CONFIG_DEBUG_UART=y CONFIG_FIT=y CONFIG_SPL_LOAD_FIT=y +CONFIG_SPL_FIT_GENERATOR="board/rockchip/evb_rk3399/mk_fit_atf.sh" CONFIG_ENV_IS_IN_MMC=y # CONFIG_DISPLAY_CPUINFO is not set CONFIG_SPL_STACK_R=y -- 1.9.1