* 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/spd_sdram.h b/include/spd_sdram.h
index feb1bbd..4e754ec 100644
--- a/include/spd_sdram.h
+++ b/include/spd_sdram.h
@@ -3,4 +3,4 @@
 
 long int spd_sdram(int(read_spd)(uint addr));
 
-#endif 
+#endif