]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_m68k/board.c
Merge branch 'next' of git://git.denx.de/u-boot-coldfire
[karo-tx-uboot.git] / lib_m68k / board.c
index ec7f0186c1a91d8a7bceb1c18df189cab5262814..483c9b6df891a435f697214219bafcefe4e084fc 100644 (file)
@@ -28,7 +28,7 @@
 #include <watchdog.h>
 #include <command.h>
 #include <malloc.h>
-#include <devices.h>
+#include <stdio_dev.h>
 
 #include <asm/immap.h>
 
@@ -595,8 +595,8 @@ void board_init_r (gd_t *id, ulong dest_addr)
 #endif
 
        /** leave this here (after malloc(), environment and PCI are working) **/
-       /* Initialize devices */
-       devices_init ();
+       /* Initialize stdio devices */
+       stdio_init ();
 
        /* Initialize the jump table for applications */
        jumptable_init ();