]> git.baikalelectronics.ru Git - uboot.git/commit
imx: Use SATA instead of CMD_SATA
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:34:17 +0000 (09:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 3 Mar 2023 14:49:02 +0000 (09:49 -0500)
commitc1a6bcfd16a58d547ed9a0f2d17be6c7142609b9
tree608e65b738c2b08bbd614804835fd1c80d7fdf39
parent17c22b2a36d4d0b5e2e635fef04dcedbf7c9a9e3
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>
board/solidrun/mx6cuboxi/mx6cuboxi.c