diff mbox

[U-Boot] VCMA9: remove EXT2 support

Message ID 1412078008-3071-1-git-send-email-d.mueller@elsoft.ch
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

David Müller (ELSOFT AG) Sept. 30, 2014, 11:53 a.m. UTC
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>
---
 include/configs/VCMA9.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Oct. 10, 2014, 2:42 p.m. UTC | #1
On Tue, Sep 30, 2014 at 01:53:28PM +0200, David Müller (ELSOFT AG) wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

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