commit | a7d45157118a43d997ed45855c7ea0b1707eef4a | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Sun Oct 15 11:21:06 2017 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 31 11:13:33 2017 +0100 |
tree | 0d998b4b6fa1e2eeffc169f9a9214d01f41795a0 | |
parent | 861b689414e9c163d25a7aceeceefb3c64ac8288 [diff] |
wandboard: Remove cpu type check prior to setup_sata() 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 <fabio.estevam@nxp.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>