Re: [U-Boot] [PATCH 3/3] cgtqmx6eval: Replace is_mx6q() for macro

2016-07-28 Thread Stefano Babic
On 22/07/2016 14:12, Breno Lima wrote: > It's not necessary to implement the is_mx6q function, there is a macro in > sys_proto.h already implemented. > > Signed-off-by: Breno Lima > --- > board/congatec/cgtqmx6eval/cgtqmx6eval.c | 14 +++--- > 1 file changed, 3

Re: [U-Boot] [PATCH 3/3] cgtqmx6eval: Replace is_mx6q() for macro

2016-07-22 Thread Fabio Estevam
On Fri, Jul 22, 2016 at 9:12 AM, Breno Lima wrote: > It's not necessary to implement the is_mx6q function, there is a macro in > sys_proto.h already implemented. > > Signed-off-by: Breno Lima Reviewed-by: Fabio Estevam

[U-Boot] [PATCH 3/3] cgtqmx6eval: Replace is_mx6q() for macro

2016-07-22 Thread Breno Lima
It's not necessary to implement the is_mx6q function, there is a macro in sys_proto.h already implemented. Signed-off-by: Breno Lima --- board/congatec/cgtqmx6eval/cgtqmx6eval.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git