]> code.ossystems Code Review - bsp/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)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 16 Oct 2017 12:04:12 +0000 (10:04 -0200)
commit25aa0ce98ad7330ffd2c6972179b924a871689a0
treedd21c7a200db3755dc8c537d54bbdbe4574c340d
parent6c94a45c234d89a534cf944d0b0a9cd705efa751
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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
board/wandboard/wandboard.c