[U-Boot] [PATCH 1/2] wandboard: 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. This also brings the benefit to allowing setup_sata() to be called for the mx6qp wandboard variant. Signed-off-by: Fabio Estevam --- board/wandboard/wandboard.c | 4 +---

Re: [U-Boot] [PATCH 1/2] wandboard: 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. > > This also brings the benefit to allowing setup_sata() to be called for the > mx6qp wandboard variant. > > Signed-of