[U-Boot] [PATCH] sandbox: Remove sandbox_noblk build

Simon Glass sjg at chromium.org
Fri Oct 11 22:21:56 UTC 2019


On Fri, 11 Oct 2019 at 14:30, Tom Rini <trini at konsulko.com> wrote:
>
> 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.
>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Faiz Abbas <faiz_abbas at ti.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> This is required for Faiz's series that adds UFS support to SCSI as that
> breaks the non-BLK case.  This path seems the most reasonable at this
> point in time.
> ---
>  board/sandbox/MAINTAINERS       |   7 --
>  configs/sandbox_noblk_defconfig | 178 --------------------------------
>  doc/arch/sandbox.rst            |   7 +-
>  3 files changed, 1 insertion(+), 191 deletions(-)
>  delete mode 100644 configs/sandbox_noblk_defconfig

Reviewed-by: Simon Glass <sjg at chromium.org>

I wonder if we can assume that if block drivers are needed in SPL,
then SPL_BLK will always be enabled? If not, we might have a problem.

+Marek Vasut

- Simon


More information about the U-Boot mailing list