* Code cleanup:
  - remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
diff --git a/include/configs/at91rm9200dk.h b/include/configs/at91rm9200dk.h
index e382977..415b7fb 100644
--- a/include/configs/at91rm9200dk.h
+++ b/include/configs/at91rm9200dk.h
@@ -49,19 +49,19 @@
 
 #undef	CONFIG_MODEM_SUPPORT		/* disable modem initialization stuff */
 
-#define CONFIG_BOOTDELAY      3  
+#define CONFIG_BOOTDELAY      3
 /* #define CONFIG_ENV_OVERWRITE  1 */
 
 #define CONFIG_COMMANDS		\
 		       ((CONFIG_CMD_DFL	| \
 			CFG_CMD_DHCP ) & \
-                      ~(CFG_CMD_BDI | \
-                        CFG_CMD_IMI | \
-                        CFG_CMD_AUTOSCRIPT | \
-                        CFG_CMD_FPGA | \
-                        CFG_CMD_MISC | \
-                        CFG_CMD_LOADS ))
-                     
+		      ~(CFG_CMD_BDI | \
+			CFG_CMD_IMI | \
+			CFG_CMD_AUTOSCRIPT | \
+			CFG_CMD_FPGA | \
+			CFG_CMD_MISC | \
+			CFG_CMD_LOADS ))
+
 /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
 #include <cmd_confdefs.h>
 
@@ -155,7 +155,7 @@
 #endif
 
 #define	CFG_HZ AT91C_MASTER_CLOCK/2  /* AT91C_TC0_CMR is implicitly set to
-                                        AT91C_TC_TIMER_DIV1_CLOCK */
+					AT91C_TC_TIMER_DIV1_CLOCK */
 
 #define CONFIG_STACKSIZE	(32*1024)	/* regular stack */