From ee8da596eba60dcf55dcb30b5288336c53919c99 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 11 Oct 2019 16:28:47 -0400 Subject: 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 Signed-off-by: Tom Rini --- board/sandbox/MAINTAINERS | 7 ------- 1 file changed, 7 deletions(-) (limited to 'board/sandbox') 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 -S: Maintained -F: board/sandbox/ -F: include/configs/sandbox.h -F: configs/sandbox_noblk_defconfig - SANDBOX SPL BOARD M: Simon Glass S: Maintained -- cgit