[PATCH][RFC] tree: imx: remove old fit generator script

Simon Glass sjg at chromium.org
Thu Sep 2 18:41:06 CEST 2021


On Tue, 24 Aug 2021 at 01:55, Andrey Zhizhikin
<andrey.zhizhikin at leica-geosystems.com> wrote:
>
> Since derivatives are moving to binman from usage of the FIT generator
> script, and considering the warning introduced in f4a43d2925
> ("Makefile: Warn against using CONFIG_SPL_FIT_GENERATOR"), usage of FIT
> generator is discouraged.
>
> Current FIT generator also generates broken output, since commit
> 3f04db891a ("image: Check for unit addresses in FITs") prohibits using
> '@' for unit addresses but the generator script still emits the old
> sematics.
>
> Remove the generator script and corresponding call in Makefile, all
> derivatives should be migrated to binman in order to provide binary
> images.
>
> Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin at leica-geosystems.com>
> ---
>  Makefile                             |   3 -
>  arch/arm/mach-imx/mkimage_fit_atf.sh | 143 ---------------------------
>  2 files changed, 146 deletions(-)
>  delete mode 100755 arch/arm/mach-imx/mkimage_fit_atf.sh

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list