mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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 <judge.packham@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
committed by
Stefan Roese
parent
bba769d3ae
commit
e85f490a47
@@ -21,7 +21,9 @@
|
||||
/*
|
||||
* Standard filesystems
|
||||
*/
|
||||
#define CONFIG_SYS_MVFS
|
||||
#define CONFIG_BZIP2
|
||||
#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
|
||||
#define CONFIG_MTD_PARTITIONS
|
||||
|
||||
/*
|
||||
* mv-plug-common.h should be defined after CMD configs since it used them
|
||||
|
Reference in New Issue
Block a user