]> git.sur5r.net Git - u-boot/commit
udoo: Remove cpu type check prior to setup_sata()
authorFabio Estevam <fabio.estevam@nxp.com>
Sun, 15 Oct 2017 13:21:07 +0000 (11:21 -0200)
committerStefano Babic <sbabic@denx.de>
Tue, 31 Oct 2017 10:13:56 +0000 (11:13 +0100)
commit0d6a41edb567ab1fde90fecb1e12a77a7b9ed888
treef58f0c64d250d3c3784d2fbf885a2870efd71662
parentd7f7eb749f6eb18e55162dbe4bde2e2d8341bb82
udoo: 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.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
board/udoo/udoo.c