diff options
author | Tom Rini | 2018-02-12 09:51:33 -0500 |
---|---|---|
committer | Tom Rini | 2018-02-13 23:24:22 -0500 |
commit | 34a5c4257a4f41675a3082df8c15444a1b9d58d7 (patch) | |
tree | 339e1b9250bbfd52c1b1932f2b36e5a1cb127cd5 /include | |
parent | fbca0e66cc982325d8031094736d79ed007e42e2 (diff) |
SystemACE: Remove
This driver is no longer used on any supported platform in U-Boot and
there is no interest in maintaining it further from people that have
used it historically.
Cc: Simon Glass <sjg@chromium.org>
Cc: Michal Simek <michal.simek@xilinx.com>
c: Alexey Brodkin <alexey.brodkin@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/blk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/blk.h b/include/blk.h index 69b5a98e567..636eed9de91 100644 --- a/include/blk.h +++ b/include/blk.h @@ -32,7 +32,6 @@ enum if_type { IF_TYPE_SD, IF_TYPE_SATA, IF_TYPE_HOST, - IF_TYPE_SYSTEMACE, IF_TYPE_NVME, IF_TYPE_EFI, |