Re: [U-Boot] [PATCH v2] test/py: Setup variables based on HUSH selection

2017-12-04 Thread Stephen Warren
On 11/30/2017 09:25 AM, Michal Simek wrote: From: Stephen Warren After adding our small zynq uboot which has hush parser off same variable tests start to failed. Use quotes only when hush is enabled. Reported-by: Michal Simek Signed-off-by: Stephen Warren --- Changes in v2: - code taken fro

[U-Boot] [PATCH v2] test/py: Setup variables based on HUSH selection

2017-11-30 Thread Michal Simek
From: Stephen Warren After adding our small zynq uboot which has hush parser off same variable tests start to failed. Use quotes only when hush is enabled. Reported-by: Michal Simek Signed-off-by: Stephen Warren --- Changes in v2: - code taken from v1 review from Stephen Stephen: it is your