* 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/board/evb64260/zuma_pbb.h b/board/evb64260/zuma_pbb.h
index 663e10c..300b2fe 100644
--- a/board/evb64260/zuma_pbb.h
+++ b/board/evb64260/zuma_pbb.h
@@ -178,7 +178,7 @@
 	    V32 res1:8;	/* bits 24-31 */
 	} _le_bits;
 	V8 byte[4];
-    	V32 word;
+	V32 word;
     } desc;
     V32 pad1;
 } DMA_DESC_LEVEL;
@@ -214,7 +214,7 @@
 
     /* 39/40 (0x138/0x140) */
     union {
-        /* NOTE!! 4 dwords */
+	/* NOTE!! 4 dwords */
 	struct {
 	    V32 channel_3:8;
 	    V32 channel_2:8;