diff options
author | Tom Rini <trini@konsulko.com> | 2019-10-11 16:28:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-11 19:05:14 -0400 |
commit | ee8da596eba60dcf55dcb30b5288336c53919c99 (patch) | |
tree | 849a66750ab84117fd7fd2ea12e168c62ffc8930 /board/sandbox/MAINTAINERS | |
parent | f18845c27ad86e118b074ce545ce685cb9a97561 (diff) |
sandbox: Remove sandbox_noblk build
At this point, all drivers that do not use CONFIG_BLK are past their
migration deadlines, so remove this config as it's no longer helpful and
hinders enhancing block drivers.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/sandbox/MAINTAINERS')
-rw-r--r-- | board/sandbox/MAINTAINERS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/sandbox/MAINTAINERS b/board/sandbox/MAINTAINERS index df29abe7aa..433be48a6f 100644 --- a/board/sandbox/MAINTAINERS +++ b/board/sandbox/MAINTAINERS @@ -13,13 +13,6 @@ F: board/sandbox/ F: include/configs/sandbox.h F: configs/sandbox64_defconfig -SANDBOX_NOBLK BOARD -M: Simon Glass <sjg@chromium.org> -S: Maintained -F: board/sandbox/ -F: include/configs/sandbox.h -F: configs/sandbox_noblk_defconfig - SANDBOX SPL BOARD M: Simon Glass <sjg@chromium.org> S: Maintained |