commit | 8cf377a1f504e215f8fac9b1f688baf81be427d4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Apr 21 15:32:25 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue May 11 09:14:56 2021 -0400 |
tree | 6292d90b0c4319f61b7cbbd81cc2aa7da4c73d50 | |
parent | 37a91d25b0f2601dbf5b352bd959595a79a7f954 [diff] |
boards: Disable CMD_SATA on platforms that no longer have a SATA driver enabled There are a number of platforms that depend on a SATA driver that has been converted to require AHCI but the platforms themselves are behind on other migrations that would make it trivial to enable AHCI. Disable SATA in these cases. Signed-off-by: Tom Rini <trini@konsulko.com>