]> git.sur5r.net Git - u-boot/blobdiff - lib_m68k/board.c
Merging Stelian Pop AT91 patches
[u-boot] / lib_m68k / board.c
index 915920641dba42de9a5dd31c421d5f162e2d6849..ae942e5e579cb0eeda317997f19ef718d69047a8 100644 (file)
@@ -45,6 +45,7 @@
 #include <status_led.h>
 #endif
 #include <net.h>
+#include <serial.h>
 #if defined(CONFIG_CMD_BEDBUG)
 #include <cmd_bedbug.h>
 #endif
@@ -353,7 +354,7 @@ board_init_f (ulong bootflag)
        debug ("Reserving %d Bytes for Global Data at: %08lx\n",
                        sizeof (gd_t), addr_sp);
 
-       /* Reserve memory for boot params. */
+       /* Reserve memory for boot params. */
        addr_sp -= CFG_BOOTPARAMS_LEN;
        bd->bi_boot_params = addr_sp;
        debug ("Reserving %dk for boot parameters at: %08lx\n",