mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 02:02:08 +02:00
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>
This commit is contained in:
committed by
Wolfgang Denk
parent
3648ff2d9d
commit
b37d41aa24
@@ -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) && \
|
||||
|
Reference in New Issue
Block a user