diff options
| author | Chris Packham <[email protected]> | 2018-05-26 22:32:29 +1200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2018-05-29 10:37:52 +0200 |
| commit | e85f490a47e9653b08d552ffbb351e285b8a1a85 (patch) | |
| tree | b6e6906b675c061130b813a6c8b10109e3218448 /include/configs/mv-plug-common.h | |
| parent | bba769d3ae91044921c3d8fab1a954c452afbdb2 (diff) | |
configs: remove CONFIG_SYS_MVFS
This was being used by some Marvell boards to enable some file system
related features (many of which have already been moved to Kconfig).
Make the future migration of the final 2 or 3 config options easier by
expanding #define CONFIG_SYS_MVFS into the options that it enables and
remove CONFIG_SYS_MVFS.
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include/configs/mv-plug-common.h')
| -rw-r--r-- | include/configs/mv-plug-common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/mv-plug-common.h b/include/configs/mv-plug-common.h index fa2b5955920..81c07a889a3 100644 --- a/include/configs/mv-plug-common.h +++ b/include/configs/mv-plug-common.h @@ -17,13 +17,6 @@ #define CONFIG_BUILD_TARGET "u-boot.kwb" /* - * Compression configuration - */ -#ifdef CONFIG_SYS_MVFS -#define CONFIG_BZIP2 -#endif /* CONFIG_SYS_MVFS */ - -/* * mv-common.h should be defined after CMD configs since it used them * to enable certain macros */ |
