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 /include/config_cmd_all.h | |
parent | 3648ff2d9d352b175008dd5637c9e8b85b85e844 (diff) | |
download | u-boot-imx-b37d41aa24aedd84f718d019e5b7a27a06aa73fc.zip u-boot-imx-b37d41aa24aedd84f718d019e5b7a27a06aa73fc.tar.gz u-boot-imx-b37d41aa24aedd84f718d019e5b7a27a06aa73fc.tar.bz2 |
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 'include/config_cmd_all.h')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 55f4f7a..73c0558 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -55,7 +55,6 @@ #define CONFIG_CMD_LOADS /* loads */ #define CONFIG_CMD_MEMORY /* md mm nm mw cp cmp crc base loop mtest */ #define CONFIG_CMD_MFSL /* FSL support for Microblaze */ -#define CONFIG_CMD_MG_DISK /* mGine m(g)flash IO node support */ #define CONFIG_CMD_MII /* MII support */ #define CONFIG_CMD_MISC /* Misc functions like sleep etc*/ #define CONFIG_CMD_MMC /* MMC support */ |