Re: [U-Boot] [RFC PATCH v1 4/9] Makefile: Pass the board name to the FIT generator scripts

2019-03-30 Thread Simon Glass
On Fri, 22 Mar 2019 at 08:39, Jean-Jacques Hiblot wrote: > > Currently the FIT generator scripts are passed only a list of dtbs. > However some platforms may also require information about the board itself. > > Signed-off-by: Jean-Jacques Hiblot > --- > > Makefile |

[U-Boot] [RFC PATCH v1 4/9] Makefile: Pass the board name to the FIT generator scripts

2019-03-22 Thread Jean-Jacques Hiblot
Currently the FIT generator scripts are passed only a list of dtbs. However some platforms may also require information about the board itself. Signed-off-by: Jean-Jacques Hiblot --- Makefile | 2 +- arch/arm/mach-imx/mkimage_fit_atf.sh | 3 ++- arch/arm/mach-roc