On Thu, 23 May 2019 at 11:39, Jean-Jacques Hiblot <[email protected]> wrote: > > The current tests do to handle well the cases where those variables are not > defined. When CONFIG_SPL_LOAD_FIT is not defined, U_BOOT_ITS gets defined > as an empty string. > Fixing it by using intermediate variables with the quotes removed > > Signed-off-by: Jean-Jacques Hiblot <[email protected]> > --- > > Changes in v3: None > Changes in v2: None > > Makefile | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

