diff options
author | Miquel Raynal | 2019-10-03 19:50:19 +0200 |
---|---|---|
committer | Tom Rini | 2019-12-04 17:10:51 -0500 |
commit | 7db785c70360dd8ec9a0bcf6b19951e44be65384 (patch) | |
tree | 2faa1c62aefc07464a50f1d8fc2ec589f68e1f4d /configs/socfpga_mcvevk_defconfig | |
parent | 910bc26ee92e8079e2772b3eb7e0c073332b3f3a (diff) |
configs: socfpga: mcvevk: Remove useless UBI infos
There is no flash on this board, there is no reason to define MTD
environment variables nor UBI. Drop them from the configuration file.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Wolfgang Grandegger <wg@aries-embedded.de>
Diffstat (limited to 'configs/socfpga_mcvevk_defconfig')
-rw-r--r-- | configs/socfpga_mcvevk_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/socfpga_mcvevk_defconfig b/configs/socfpga_mcvevk_defconfig index 5ccff63aea1..8194fef43b2 100644 --- a/configs/socfpga_mcvevk_defconfig +++ b/configs/socfpga_mcvevk_defconfig @@ -29,9 +29,6 @@ CONFIG_CMD_USB=y CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_CMD_CACHE=y CONFIG_CMD_EXT4_WRITE=y -CONFIG_MTDIDS_DEFAULT="nor0=ff705000.spi.0" -CONFIG_MTDPARTS_DEFAULT="mtdparts=ff705000.spi.0:1m(u-boot),256k(env1),256k(env2),14848k(boot),16m(rootfs),-@1536k(UBI)" -CONFIG_CMD_UBI=y # CONFIG_ISO_PARTITION is not set # CONFIG_EFI_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_mcvevk" |