From f6ea909b0e119b68c187ded2605279fb605562b9 Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Mon, 23 Jan 2017 17:10:15 +0530 Subject: [PATCH] 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 --- configs/microblaze-generic_defconfig | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3