Re: [U-Boot] [PATCH v1] config: Update KP's imx53 HSC config to pass key pressed information

2019-05-08 Thread Lukasz Majewski
Hi Stefano, > The information about pressed key is relevant in performing correct > update and recovery scenarios via USB pendrive. > > This commit modifies envs to provide it. > > Signed-off-by: Lukasz Majewski > Please drop this standalone patch, as I've just sent a series http://patchwork.

[U-Boot] [PATCH v1] config: Update KP's imx53 HSC config to pass key pressed information

2019-05-08 Thread Lukasz Majewski
The information about pressed key is relevant in performing correct update and recovery scenarios via USB pendrive. This commit modifies envs to provide it. Signed-off-by: Lukasz Majewski --- include/configs/kp_imx53.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/kp_i