On Tue, Jun 6, 2017 at 3:14 AM, Simon Glass <s...@chromium.org> wrote:
> At present we have the SCSI drivers in the drivers/block and common/
> directories. It is better to split them out into their own place. Use
> drivers/scsi which is what Linux does.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
>  common/Makefile                        |  4 ----
>  drivers/Kconfig                        |  2 ++
>  drivers/Makefile                       |  3 ++-
>  drivers/block/Kconfig                  | 18 ------------------
>  drivers/block/Makefile                 |  2 +-
>  drivers/scsi/Kconfig                   | 17 +++++++++++++++++
>  drivers/scsi/Makefile                  | 19 +++++++++++++++++++
>  drivers/{block => scsi}/sandbox_scsi.c |  0
>  drivers/{block => scsi}/scsi-uclass.c  |  0
>  {common => drivers/scsi}/scsi.c        |  0
>  10 files changed, 41 insertions(+), 24 deletions(-)
>  create mode 100644 drivers/scsi/Kconfig
>  create mode 100644 drivers/scsi/Makefile
>  rename drivers/{block => scsi}/sandbox_scsi.c (100%)
>  rename drivers/{block => scsi}/scsi-uclass.c (100%)
>  rename {common => drivers/scsi}/scsi.c (100%)
>

Reviewed-by: Bin Meng <bmeng...@gmail.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to