From: Adam Ford Date: Mon, 1 Feb 2016 12:27:21 +0000 (-0600) Subject: OMAP3: omap3_logic: Remove YAFFS support. X-Git-Tag: v2016.03-rc2~67 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=362b96cb86dcdd4fc4d76a503a1c7f3d46706c9b;p=u-boot OMAP3: omap3_logic: Remove YAFFS support. UBIFS is the preferred FS, and YAFFS isn't officially included in Linux. Removing this feature reduces the code size. Signed-off-by: Adam Ford Reviewed-by: Tom Rini --- diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index a153928ca9..3cb71f1c36 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 */