Re: [U-Boot] [PATCH] drivers/ddr/fsl: fix '__hwconfig without a buffer' messages

2018-07-27 Thread York Sun
On 07/20/2018 03:00 PM, Jeremy Gebben wrote: > Pass an empty buffer instead of NULL if the hwconfig environment > variable isn't set. > > Signed-off-by: Jeremy Gebben > Cc: Stefano Babic > Cc: York Sun > --- Applied to fsl-qoriq, awaiting upstream. Thanks. York

[U-Boot] [PATCH] drivers/ddr/fsl: fix '__hwconfig without a buffer' messages

2018-07-20 Thread Jeremy Gebben
Pass an empty buffer instead of NULL if the hwconfig environment variable isn't set. Signed-off-by: Jeremy Gebben Cc: Stefano Babic Cc: York Sun --- drivers/ddr/fsl/options.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/ddr/fsl/options.c b/drivers/

Re: [U-Boot] [PATCH] drivers/ddr/fsl: fix '__hwconfig without a buffer' messages

2018-07-20 Thread York Sun
On 07/20/2018 03:00 PM, Jeremy Gebben wrote: > Pass an empty buffer instead of NULL if the hwconfig environment > variable isn't set. > > Signed-off-by: Jeremy Gebben > Cc: Stefano Babic > Cc: York Sun > --- > drivers/ddr/fsl/options.c | 14 ++ > 1 file changed, 6 insertions(+), 8