commit | edc4777ed37b315caac07bbe383ccba4d4cda0d7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 31 07:49:32 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 09 09:16:48 2022 -0500 |
tree | fc024bc66e8e2e3bc68e0237d48ea7bc2d7710e9 | |
parent | 6b798c9f0415128ea2131c8342b110e0968f0329 [diff] |
sata: Only support BLK No boards currently use SATA without BLK: ./tools/moveconfig.py -f SATA ~BLK 0 matches Make SATA depend on BLK to avoid any future confusion. Drop the dead code. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>