From: Siva Durga Prasad Paladugu Date: Mon, 23 Jan 2017 11:40:15 +0000 (+0530) Subject: defconfig: microblaze: Dont enable CMD_UBI X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6ea909b0e119b68c187ded2605279fb605562b9;p=thirdparty%2Fu-boot.git defconfig: microblaze: Dont enable CMD_UBI Dont enable the config CMD_UBI for microblaze by default. Just enabling this won't work. It needs to enable mtdparts and other related configs. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 38046f4c73a..5d13d211ce8 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -27,7 +27,6 @@ CONFIG_CMD_TFTPPUT=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y -CONFIG_CMD_UBI=y CONFIG_SPL_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_NETCONSOLE=y