diff mbox

[U-Boot] OMAP3: omap3_logic: Remove YAFFS support.

Message ID 1454282244-19553-1-git-send-email-aford173@gmail.com
State Accepted
Commit 362b96cb86dcdd4fc4d76a503a1c7f3d46706c9b
Delegated to: Tom Rini
Headers show

Commit Message

Adam Ford Jan. 31, 2016, 11:17 p.m. UTC
UBIFS is the preferred OS, and YAFFS isn't officially included in
Linux.  Removing this feature reduces the code size.

Signed-off-by: Adam Ford <aford173@gmail.com>
---
 include/configs/omap3_logic.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Albert ARIBAUD Feb. 1, 2016, 7:26 a.m. UTC | #1
Hello Adam,

On Sun, 31 Jan 2016 17:17:24 -0600, Adam Ford <aford173@gmail.com>
wrote:
> UBIFS is the preferred OS, and YAFFS isn't officially included in
> Linux.  Removing this feature reduces the code size.

Typo: "preferred FS", not "preferred OS".

Amicalement,
diff mbox

Patch

diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index a153928..3cb71f1 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -66,8 +66,6 @@ 
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_DHCP
 
-#define CONFIG_YAFFS2
-
 /* I2C */
 #define CONFIG_SYS_I2C_OMAP34XX
 #define CONFIG_SYS_I2C_EEPROM_ADDR	0x50	/* EEPROM AT24C64      */