diff options
author | Adam Ford <aford173@gmail.com> | 2016-02-01 06:27:21 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-08 10:10:44 -0500 |
commit | 362b96cb86dcdd4fc4d76a503a1c7f3d46706c9b (patch) | |
tree | 59c9f45b2ced5bbd77714513b6075562040b138e /include | |
parent | 1e1acc76b0b8c8d13c322d3ea3bc31320faa11ab (diff) | |
download | u-boot-362b96cb86dcdd4fc4d76a503a1c7f3d46706c9b.zip u-boot-362b96cb86dcdd4fc4d76a503a1c7f3d46706c9b.tar.gz u-boot-362b96cb86dcdd4fc4d76a503a1c7f3d46706c9b.tar.bz2 |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |