diff mbox

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

Message ID 20120809153307.2809ceaf@latmask.vernier.se
State Not Applicable
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Yann Vernier Aug. 9, 2012, 1:33 p.m. UTC
Removed needless values for configuration macros.

Signed-off-by: Yann Vernier <yann.vernier@orsoc.se>
---
 include/configs/cm4008.h |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

driver	*/
diff mbox

Patch

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