Re: [U-Boot] [PATCH] mx6: Fix imx6_is_bmode_from_gpr9 always returns 0

2017-11-08 Thread Fabio Estevam
Hi Jeroen, On Wed, Nov 8, 2017 at 3:01 PM, Jeroen Vollenbrock wrote: > Due to the cast to u8, this function always returned 0. > > CC: Stefano Babic > > --- > arch/arm/include/asm/mach-imx/sys_proto.h |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)

[U-Boot] [PATCH] mx6: Fix imx6_is_bmode_from_gpr9 always returns 0

2017-11-08 Thread Jeroen Vollenbrock
Due to the cast to u8, this function always returned 0.  CC: Stefano Babic ---  arch/arm/include/asm/mach-imx/sys_proto.h |    3 ++-  1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/include/asm/mach-imx/sys_proto.h