commit | 6c0405576a0f0b32acc68cb1860b43d89ec30cfa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 11 19:34:42 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 11:05:00 2022 -0400 |
tree | 9456d3736768c9ac9e329a0ef71c7895089ec1b8 | |
parent | 6b03b9d5b7b9efee81bdb01d17c291107818371e [diff] |
ata: Fix an instance of SPL_SATA_SUPPORT The _SUPPORT suffix should be dropped. This happened because the rename was applied around the same time as this new option, so did not include renaming the new option. The relevant commits are: f7560376ae sata: Rename SATA_SUPPORT to SATA 73059529b2 ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCI Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>