diff options
| author | Marek Vasut <marex@denx.de> | 2012-03-04 15:11:32 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2012-06-21 20:53:09 +0200 | 
| commit | b37d41aa24aedd84f718d019e5b7a27a06aa73fc (patch) | |
| tree | e12a4ccd3275a88b8075e6ef592dd0091b631f03 /fs/fat/fat.c | |
| parent | 3648ff2d9d352b175008dd5637c9e8b85b85e844 (diff) | |
| download | olio-uboot-2014.01-b37d41aa24aedd84f718d019e5b7a27a06aa73fc.tar.xz olio-uboot-2014.01-b37d41aa24aedd84f718d019e5b7a27a06aa73fc.zip | |
Block: Remove MG DISK support
This driver is unused and obsolete.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: unsik Kim <donari75@gmail.com>
Diffstat (limited to 'fs/fat/fat.c')
| -rw-r--r-- | fs/fat/fat.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/fs/fat/fat.c b/fs/fat/fat.c index a3085b51d..bc46cc5d2 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -70,7 +70,6 @@ int fat_register_device (block_dev_desc_t * dev_desc, int part_no)  	cur_dev = NULL;  #if (defined(CONFIG_CMD_IDE) || \ -     defined(CONFIG_CMD_MG_DISK) || \       defined(CONFIG_CMD_SATA) || \       defined(CONFIG_CMD_SCSI) || \       defined(CONFIG_CMD_USB) || \ @@ -1128,7 +1127,6 @@ int file_fat_detectfs (void)  	}  #if defined(CONFIG_CMD_IDE) || \ -    defined(CONFIG_CMD_MG_DISK) || \      defined(CONFIG_CMD_SATA) || \      defined(CONFIG_CMD_SCSI) || \      defined(CONFIG_CMD_USB) || \ |