[U-Boot] [PATCH] Remove references to CONFIG_CMD_EXT3, no such command

Signed-off-by: Robert P. J. Day rpjday@crashcourse.ca
---
the only two occurrences in the current code base.
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 7f57a54..8cf15d2 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -72,7 +72,6 @@ #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC #define CONFIG_CMD_FAT -#define CONFIG_CMD_EXT3 #define CONFIG_CMD_EXT4 #define CONFIG_DOS_PARTITION
diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index 79fa3c4..c7cf70f 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -241,7 +241,6 @@ */ #ifdef CONFIG_MMC #define CONFIG_DOS_PARTITION -#define CONFIG_CMD_EXT3 #define CONFIG_CMD_EXT4 #define CONFIG_CMD_FAT #define CONFIG_CMD_MMC

On Wed, Apr 13, 2016 at 11:40:01AM -0400, Robert P. J. Day wrote:
Signed-off-by: Robert P. J. Day rpjday@crashcourse.ca
Applied to u-boot/master, thanks!
participants (2)
-
Robert P. J. Day
-
Tom Rini