[U-Boot] [PATCH 08/11] arm: cm4008, cm41xx: don't define to 1

Yann Vernier yann.vernier at orsoc.se
Fri Oct 5 14:09:55 CEST 2012


Removed needless values for configuration macros.
---
 include/configs/cm4008.h |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/configs/cm4008.h b/include/configs/cm4008.h
index 18f7900..43a2591 100644
--- a/include/configs/cm4008.h
+++ b/include/configs/cm4008.h
@@ -28,14 +28,14 @@
  * High Level Configuration Options
  * (easy to change)
  */
-#define CONFIG_KS8695	1		/* it is a KS8695 CPU */
-#define CONFIG_CM4008	1		/* it is an OpenGear CM4008 boad */
+#define CONFIG_KS8695			/* it is a KS8695 CPU */
+#define CONFIG_CM4008			/* it is an OpenGear CM4008 boad */
 
 #undef CONFIG_USE_IRQ			/* we don't need IRQ/FIQ stuff	*/
 
-#define CONFIG_CMDLINE_TAG	 1	/* enable passing of ATAGs	*/
-#define CONFIG_SETUP_MEMORY_TAGS 1
-#define CONFIG_INITRD_TAG	 1
+#define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs	*/
+#define CONFIG_SETUP_MEMORY_TAGS
+#define CONFIG_INITRD_TAG
 
 #define CONFIG_DRIVER_KS8695ETH		/* use KS8695 ethernet driver	*/
 
-- 
1.7.10.4



More information about the U-Boot mailing list