[U-Boot] [RFC PATCH v2 01/20] fastboot: Move fastboot to drivers/fastboot
Simon Glass
sjg at chromium.org
Mon Apr 30 23:12:38 UTC 2018
On 30 April 2018 at 02:32, Alex Kiernan <alex.kiernan at gmail.com> wrote:
> Separate CMD_FASTBOOT from FASTBOOT and move code and configuration to
> drivers/fastboot.
>
> Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
> ---
>
> Changes in v2: None
>
> cmd/Kconfig | 14 ++++++++++++--
> common/Makefile | 13 -------------
> drivers/Kconfig | 2 ++
> drivers/Makefile | 1 +
> {cmd => drivers}/fastboot/Kconfig | 12 ------------
> drivers/fastboot/Makefile | 10 ++++++++++
> {common => drivers/fastboot}/fb_mmc.c | 0
> {common => drivers/fastboot}/fb_nand.c | 0
> {common => drivers/fastboot}/image-sparse.c | 0
> 9 files changed, 25 insertions(+), 27 deletions(-)
> rename {cmd => drivers}/fastboot/Kconfig (91%)
> create mode 100644 drivers/fastboot/Makefile
> rename {common => drivers/fastboot}/fb_mmc.c (100%)
> rename {common => drivers/fastboot}/fb_nand.c (100%)
> rename {common => drivers/fastboot}/image-sparse.c (100%)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list