Re: [U-Boot] [PATCH] armv8: fsl-layerscape: fix hwconfig and prefetching

2019-11-07 Thread Tom Rini
u-boot@lists.denx.de > > > Cc: Tom Rini > > > Subject: [U-Boot] [PATCH] armv8: fsl-layerscape: fix hwconfig and > > > prefetching > > > > > > If CONFIG_HWCONFIG is disabled, hwconfig_subarg_f() will return the > > > empty > > > string, ie. not

Re: [U-Boot] [PATCH] armv8: fsl-layerscape: fix hwconfig and prefetching

2019-11-05 Thread Michael Walle
Am 2019-11-05 11:23, schrieb Priyanka Jain: -Original Message- From: U-Boot On Behalf Of Michael Walle Sent: Tuesday, October 22, 2019 2:07 AM To: u-boot@lists.denx.de Cc: Tom Rini Subject: [U-Boot] [PATCH] armv8: fsl-layerscape: fix hwconfig and prefetching If CONFIG_HWCONFIG is

Re: [U-Boot] [PATCH] armv8: fsl-layerscape: fix hwconfig and prefetching

2019-11-05 Thread Priyanka Jain
>-Original Message- >From: U-Boot On Behalf Of Michael Walle >Sent: Tuesday, October 22, 2019 2:07 AM >To: u-boot@lists.denx.de >Cc: Tom Rini >Subject: [U-Boot] [PATCH] armv8: fsl-layerscape: fix hwconfig and prefetching > >If CONFIG_HWCONFIG is disabled,

[U-Boot] [PATCH] armv8: fsl-layerscape: fix hwconfig and prefetching

2019-10-21 Thread Michael Walle
If CONFIG_HWCONFIG is disabled, hwconfig_subarg_f() will return the empty string, ie. not NULL. Therefore, we have to check the returned argument length as well as the return value. Signed-off-by: Michael Walle --- arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1