commit | 847fca6d4781e433bfec3d62d3812891b0c61f64 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 22 09:34:17 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 03 09:49:02 2023 -0500 |
tree | 608e65b738c2b08bbd614804835fd1c80d7fdf39 | |
parent | 06a1edda6cb35bc22f5aeed6a3d424bdbbc61b2d [diff] |
imx: Use SATA instead of CMD_SATA 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>