public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] mx53evk: Remove unneeded '1' from mx51evk.h
@ 2011-10-27 11:29 Fabio Estevam
  2011-10-27 11:29 ` [U-Boot] [PATCH 2/6] mx53evk: Remove unused get_board_rev function Fabio Estevam
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Fabio Estevam @ 2011-10-27 11:29 UTC (permalink / raw)
  To: u-boot

Remove unneeded '1' from mx53evk.h.

Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx53evk.h |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index c1941e3..a5d403f 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -33,12 +33,12 @@
 
 #include <asm/arch/imx-regs.h>
 
-#define CONFIG_CMDLINE_TAG		1	/* enable passing of ATAGs */
-#define CONFIG_REVISION_TAG		1
-#define CONFIG_SETUP_MEMORY_TAGS	1
-#define CONFIG_INITRD_TAG		1
+#define CONFIG_CMDLINE_TAG			/* enable passing of ATAGs */
+#define CONFIG_REVISION_TAG
+#define CONFIG_SETUP_MEMORY_TAGS
+#define CONFIG_INITRD_TAG
 
-#define CONFIG_OF_LIBFDT		1
+#define CONFIG_OF_LIBFDT
 
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)
@@ -51,9 +51,9 @@
 #define CONFIG_SYS_MX53_UART1
 
 /* I2C Configs */
-#define CONFIG_CMD_I2C          1
-#define CONFIG_HARD_I2C         1
-#define CONFIG_I2C_MXC          1
+#define CONFIG_CMD_I2C
+#define CONFIG_HARD_I2C
+#define CONFIG_I2C_MXC
 #define CONFIG_SYS_I2C_MX53_PORT2       1
 #define CONFIG_SYS_I2C_SPEED            100000
 #define CONFIG_SYS_I2C_SLAVE            0xfe
-- 
1.7.1

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

end of thread, other threads:[~2011-10-31 11:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27 11:29 [U-Boot] [PATCH 1/6] mx53evk: Remove unneeded '1' from mx51evk.h Fabio Estevam
2011-10-27 11:29 ` [U-Boot] [PATCH 2/6] mx53evk: Remove unused get_board_rev function Fabio Estevam
2011-10-31  3:20   ` Jason Liu
2011-10-31 11:15   ` Stefano Babic
2011-10-27 11:29 ` [U-Boot] [PATCH 3/6] mx53ard: " Fabio Estevam
2011-10-31 11:16   ` Stefano Babic
2011-10-27 11:29 ` [U-Boot] [PATCH 4/6] mx53smd: " Fabio Estevam
2011-10-31 11:16   ` Stefano Babic
2011-10-27 11:29 ` [U-Boot] [PATCH 5/6] mx53loco: " Fabio Estevam
2011-10-31  3:20   ` Jason Liu
2011-10-31 11:03   ` Stefano Babic
2011-10-27 11:29 ` [U-Boot] [PATCH 6/6] vision2: " Fabio Estevam
2011-10-31 11:14   ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox