diff options
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | 2014-09-30 13:53:28 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-10 09:44:44 -0400 |
commit | fbad4641fb194f9a864d7f666f02851770184933 (patch) | |
tree | 1e1d797b2a6b334fdeb208bad619bb67022f7cf3 | |
parent | cf7d4505e3403a4ce039dc28c3a473414e7ea6a5 (diff) | |
download | u-boot-imx-fbad4641fb194f9a864d7f666f02851770184933.zip u-boot-imx-fbad4641fb194f9a864d7f666f02851770184933.tar.gz u-boot-imx-fbad4641fb194f9a864d7f666f02851770184933.tar.bz2 |
VCMA9: remove EXT2 support
remove the seldomly used EXT2 support because the U-Boot binary will
not fit into the 512KiB flash otherwise.
Signed-off-by: David Müller <d.mueller@elsoft.ch>
-rw-r--r-- | include/configs/VCMA9.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 0d8a13c..a97f5fa 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -216,7 +216,6 @@ /* File system */ #define CONFIG_CMD_FAT -#define CONFIG_CMD_EXT2 #define CONFIG_CMD_UBI #define CONFIG_CMD_UBIFS #define CONFIG_CMD_JFFS2 |