[U-Boot] [PATCH V2] Block: Remove MG DISK support
Wolfgang Denk
wd at denx.de
Thu Jun 21 20:53:23 CEST 2012
Dear Marek Vasut,
In message <1330909892-15949-1-git-send-email-marex at denx.de> you wrote:
> This driver is unused and obsolete.
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Wolfgang Denk <wd at denx.de>
> Cc: unsik Kim <donari75 at gmail.com>
> ---
> common/Makefile | 2 -
> common/cmd_mgdisk.c | 71 ------
> common/cmd_nvedit.c | 3 +-
> common/env_mgdisk.c | 76 ------
> disk/part.c | 6 -
> disk/part_amiga.c | 1 -
> disk/part_dos.c | 1 -
> disk/part_efi.c | 1 -
> disk/part_iso.c | 1 -
> disk/part_mac.c | 1 -
> doc/README.mflash | 94 -------
> drivers/block/Makefile | 1 -
> drivers/block/mg_disk.c | 586 -------------------------------------------
> drivers/block/mg_disk_prv.h | 144 -----------
> fs/fat/fat.c | 2 -
> include/config_cmd_all.h | 1 -
> include/environment.h | 9 -
> include/mg_disk.h | 51 ----
> 18 files changed, 1 insertions(+), 1050 deletions(-)
> delete mode 100644 common/cmd_mgdisk.c
> delete mode 100644 common/env_mgdisk.c
> delete mode 100644 doc/README.mflash
> delete mode 100644 drivers/block/mg_disk.c
> delete mode 100644 drivers/block/mg_disk_prv.h
> delete mode 100644 include/mg_disk.h
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
They weren't that important. They were merely at the top. The people
who really run organizations are usually found several levels down,
where it's still possible to get things done.
- Terry Pratchett, _Small Gods_
More information about the U-Boot
mailing list