| Submitter | Daniel Schwierzeck |
|---|---|
| Date | Dec. 12, 2012, 12:41 p.m. |
| Message ID | <1355316111-16056-1-git-send-email-daniel.schwierzeck@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/205501/ |
| State | Accepted |
| Delegated to: | Daniel Schwierzeck |
| Headers | show |
Comments
Patch
diff --git a/arch/mips/lib/board.c b/arch/mips/lib/board.c index 4f330cc..d79e183 100644 --- a/arch/mips/lib/board.c +++ b/arch/mips/lib/board.c @@ -24,6 +24,7 @@ #include <common.h> #include <command.h> #include <malloc.h> +#include <serial.h> #include <stdio_dev.h> #include <version.h> #include <net.h> @@ -262,6 +263,8 @@ void board_init_r(gd_t *id, ulong dest_addr) monitor_flash_len = (ulong)&uboot_end_data - dest_addr; + serial_initialize(); + #if defined(CONFIG_NEEDS_MANUAL_RELOC) /* * We have to relocate the command table manually