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

2016-07-28 Thread Stefano Babic
On 22/07/2016 14:11, 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/solidrun/mx6cuboxi/mx6cuboxi.c | 12 ++-- > 1 file changed, 2

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

2016-07-22 Thread Fabio Estevam
On Fri, Jul 22, 2016 at 9:11 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 2/3] mx6cuboxi: 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/solidrun/mx6cuboxi/mx6cuboxi.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git