summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-04-13 11:40:01 -0400
committerTom Rini <trini@konsulko.com>2016-04-18 17:11:46 -0400
commit3349ed3faa5409e4b2f6206518659c8014313c81 (patch)
treebe54e773ef9ad31fac7f2c0146f602735c063768 /include
parent093685a9cbb6956c6c3b56b8e46cb5a5f286bedc (diff)
downloadtalos-obmc-uboot-3349ed3faa5409e4b2f6206518659c8014313c81.tar.gz
talos-obmc-uboot-3349ed3faa5409e4b2f6206518659c8014313c81.zip
Remove references to CONFIG_CMD_EXT3, no such command
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_vf.h1
-rw-r--r--include/configs/legoev3.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 7f57a54061..8cf15d2cc8 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 0bc9d2dc18..b6d4a79564 100644
--- a/include/configs/legoev3.h
+++ b/include/configs/legoev3.h
@@ -240,7 +240,6 @@
*/
#ifdef CONFIG_MMC
#define CONFIG_DOS_PARTITION
-#define CONFIG_CMD_EXT3
#define CONFIG_CMD_EXT4
#define CONFIG_CMD_FAT
#define CONFIG_CMD_MMC
OpenPOWER on IntegriCloud