Re: [U-Boot] [PATCH 2/2] udoo: Remove cpu type check prior to setup_sata()

2017-10-18 Thread Heinrich Schuchardt
On 10/15/2017 03:21 PM, Fabio Estevam wrote: > From: Fabio Estevam > > Inside setup_sata() there is a cpu type check, so there is no need to > do this check in the board file. > > Signed-off-by: Fabio Estevam > --- > board/udoo/udoo.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >

[U-Boot] [PATCH 2/2] udoo: Remove cpu type check prior to setup_sata()

2017-10-15 Thread Fabio Estevam
From: Fabio Estevam Inside setup_sata() there is a cpu type check, so there is no need to do this check in the board file. Signed-off-by: Fabio Estevam --- board/udoo/udoo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/board/udoo/udoo.c b/board/udoo/udoo.c index a35962