summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2016-02-01 06:27:21 -0600
committerTom Rini <trini@konsulko.com>2016-02-08 10:10:44 -0500
commit362b96cb86dcdd4fc4d76a503a1c7f3d46706c9b (patch)
tree59c9f45b2ced5bbd77714513b6075562040b138e /include
parent1e1acc76b0b8c8d13c322d3ea3bc31320faa11ab (diff)
downloadblackbird-obmc-uboot-362b96cb86dcdd4fc4d76a503a1c7f3d46706c9b.tar.gz
blackbird-obmc-uboot-362b96cb86dcdd4fc4d76a503a1c7f3d46706c9b.zip
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 <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap3_logic.h2
1 files changed, 0 insertions, 2 deletions
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 */
OpenPOWER on IntegriCloud