[U-Boot] [PATCH 2/3] rockchip: firefly-rk3399: add FIT for rk3399
Mark Kettenis
mark.kettenis at xs4all.nl
Sat Aug 19 11:55:05 UTC 2017
> From: Kever Yang <kever.yang at rock-chips.com>
> Date: Fri, 18 Aug 2017 13:07:05 +0800
>
> Enable SPL_FIT_GENERATOR with path for it.
> With this patch you can get u-boot.itb for rk3399-evb with:
You mean rk3399-firefly ;).
> > make u-boot.itb
>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
Reviewed-by: Mark Kettenis <kettenis at openbsd.org>
Tested-by: Mark Kettenis <kettenis at openbsd.org>
> ---
>
> 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
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
>
>
More information about the U-Boot
mailing list