On Tue, Aug 21, 2018 at 08:00:54PM +0530, Lokesh Vutla wrote:

> Add a script that is capable of generating a FIT image
> source file that combines ATF, SPL(64 bit) and DT.
> This combined image is used by R5 SPL and start ATF
> on ARMv8 core.
> 
> Signed-off-by: Lokesh Vutla <lokeshvu...@ti.com>
> ---
>  tools/k3/k3_fit_atf.sh | 98 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 98 insertions(+)
>  create mode 100755 tools/k3/k3_fit_atf.sh
> 
> diff --git a/tools/k3/k3_fit_atf.sh b/tools/k3/k3_fit_atf.sh
> new file mode 100755
> index 0000000000..ef84e3d182
> --- /dev/null
> +++ b/tools/k3/k3_fit_atf.sh

I know we have one thing in tools/omap/ but I'd rather see this as just
tools/k3_fit_atf.sh

> @@ -0,0 +1,98 @@
> +#!/bin/sh
> +#

Missing SPDX tag.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to