mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-14 10:21:24 +02:00
This causes a build failure on mx6cuboxi with split config, since CMD_SATA shows up as enabled in SPl (because there is no SPL_CMD_SATA). The condition is wrong anyway, so change it to use SATA instead. Signed-off-by: Simon Glass <sjg@chromium.org>