summaryrefslogtreecommitdiffstats
path: root/include/environment.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-03-04 15:11:32 +0000
committerWolfgang Denk <wd@denx.de>2012-06-21 20:53:09 +0200
commitb37d41aa24aedd84f718d019e5b7a27a06aa73fc (patch)
treee12a4ccd3275a88b8075e6ef592dd0091b631f03 /include/environment.h
parent3648ff2d9d352b175008dd5637c9e8b85b85e844 (diff)
downloadblackbird-obmc-uboot-b37d41aa24aedd84f718d019e5b7a27a06aa73fc.tar.gz
blackbird-obmc-uboot-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 'include/environment.h')
-rw-r--r--include/environment.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/environment.h b/include/environment.h
index 1ef44f3cc6..ae3f7b6aed 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -96,15 +96,6 @@ extern unsigned long nand_env_oob_offset;
# endif
#endif /* CONFIG_ENV_IS_IN_NAND */
-#if defined(CONFIG_ENV_IS_IN_MG_DISK)
-# ifndef CONFIG_ENV_ADDR
-# error "Need to define CONFIG_ENV_ADDR when using CONFIG_ENV_IS_IN_MG_DISK"
-# endif
-# ifndef CONFIG_ENV_SIZE
-# error "Need to define CONFIG_ENV_SIZE when using CONFIG_ENV_IS_IN_MG_DISK"
-# endif
-#endif /* CONFIG_ENV_IS_IN_MG_DISK */
-
/* Embedded env is only supported for some flash types */
#ifdef CONFIG_ENV_IS_EMBEDDED
# if !defined(CONFIG_ENV_IS_IN_FLASH) && \
OpenPOWER on IntegriCloud