All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] OMAP3: omap3_logic: Remove YAFFS support.
@ 2016-01-31 23:17 Adam Ford
  2016-02-01  7:26 ` Albert ARIBAUD
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2016-01-31 23:17 UTC (permalink / raw)
  To: u-boot

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

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      */
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] OMAP3: omap3_logic: Remove YAFFS support.
  2016-01-31 23:17 [U-Boot] [PATCH] OMAP3: omap3_logic: Remove YAFFS support Adam Ford
@ 2016-02-01  7:26 ` Albert ARIBAUD
  0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2016-02-01  7:26 UTC (permalink / raw)
  To: u-boot

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,
-- 
Albert.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-01  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-31 23:17 [U-Boot] [PATCH] OMAP3: omap3_logic: Remove YAFFS support Adam Ford
2016-02-01  7:26 ` Albert ARIBAUD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.