From b37d41aa24aedd84f718d019e5b7a27a06aa73fc Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 4 Mar 2012 15:11:32 +0000 Subject: Block: Remove MG DISK support This driver is unused and obsolete. Signed-off-by: Marek Vasut Cc: Wolfgang Denk Cc: unsik Kim --- include/environment.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/environment.h') diff --git a/include/environment.h b/include/environment.h index 1ef44f3..ae3f7b6 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) && \ -- cgit v1.1