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

Robert P. J. Day rpjday at crashcourse.ca
Wed Apr 13 17:40:01 CEST 2016


Signed-off-by: Robert P. J. Day <rpjday at 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

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



More information about the U-Boot mailing list