Re: [U-Boot] [PATCH] imx: ventana: Rework CONFIG_CMD_GSC code to not be included in SPL

2018-01-12 Thread Stefano Babic
On 03/01/2018 15:16, Tom Rini wrote: > The command can only be used from full U-Boot, so do not build it into > SPL. > > Cc: Stefano Babic > Cc: Fabio Estevam > Cc: Tim Harvey > Signed-off-by: Tom Rini > --- > board/gateworks/gw_ventana/gsc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

Re: [U-Boot] [PATCH] imx: ventana: Rework CONFIG_CMD_GSC code to not be included in SPL

2018-01-03 Thread Fabio Estevam
On Wed, Jan 3, 2018 at 12:16 PM, Tom Rini wrote: > The command can only be used from full U-Boot, so do not build it into > SPL. > > Cc: Stefano Babic > Cc: Fabio Estevam > Cc: Tim Harvey > Signed-off-by: Tom Rini Reviewed-by: Fabio Estevam ___ U-B

Re: [U-Boot] [PATCH] imx: ventana: Rework CONFIG_CMD_GSC code to not be included in SPL

2018-01-03 Thread Tim Harvey
On Wed, Jan 3, 2018 at 6:16 AM, Tom Rini wrote: > The command can only be used from full U-Boot, so do not build it into > SPL. > > Cc: Stefano Babic > Cc: Fabio Estevam > Cc: Tim Harvey > Signed-off-by: Tom Rini > --- > board/gateworks/gw_ventana/gsc.c | 2 +- > 1 file changed, 1 insertion(+

[U-Boot] [PATCH] imx: ventana: Rework CONFIG_CMD_GSC code to not be included in SPL

2018-01-03 Thread Tom Rini
The command can only be used from full U-Boot, so do not build it into SPL. Cc: Stefano Babic Cc: Fabio Estevam Cc: Tim Harvey Signed-off-by: Tom Rini --- board/gateworks/gw_ventana/gsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/gateworks/gw_ventana/gsc.c b/bo