commit | cd49e6ea61569b2926d3b4f5549eb06da1009881 | [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 | 90fc7a1f83c9e2327c28306fcfcbb7303c0845e2 [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>