]> git.ipfire.org Git - people/ms/u-boot.git/commit
wandboard: Remove cpu type check prior to setup_sata()
authorFabio Estevam <fabio.estevam@nxp.com>
Sun, 15 Oct 2017 13:21:06 +0000 (11:21 -0200)
committerStefano Babic <sbabic@denx.de>
Tue, 31 Oct 2017 10:13:33 +0000 (11:13 +0100)
commitd7f7eb749f6eb18e55162dbe4bde2e2d8341bb82
tree0d998b4b6fa1e2eeffc169f9a9214d01f41795a0
parent506abdb4ee9664cc0d6d1321e96f7fb8dae72eb9
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>
board/wandboard/wandboard.c