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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to