summaryrefslogtreecommitdiffstats
path: root/board/mpl/pip405
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-16 12:14:56 +0200
committerWolfgang Denk <wd@denx.de>2009-07-19 01:05:51 +0200
commit28c345042eafc550a34b9f52431bd4a22af6ac25 (patch)
treee9a15fdec851b9d01b53d41c239c531976403d82 /board/mpl/pip405
parent7e3be7cf3bb344f717b6ec3d47a081269ea67ead (diff)
downloadblackbird-obmc-uboot-28c345042eafc550a34b9f52431bd4a22af6ac25.tar.gz
blackbird-obmc-uboot-28c345042eafc550a34b9f52431bd4a22af6ac25.zip
mpl: printing current stdio devices cleanup
Currently the mpl boards duplicate the code to print the current devices from common/console.c; use stdio_print_current_devices() instead Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Edited commit message. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/mpl/pip405')
-rw-r--r--board/mpl/pip405/pip405.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/mpl/pip405/pip405.c b/board/mpl/pip405/pip405.c
index 8724e27af2..f31a5e8f87 100644
--- a/board/mpl/pip405/pip405.c
+++ b/board/mpl/pip405/pip405.c
@@ -28,6 +28,7 @@
#include "pip405.h"
#include <asm/processor.h>
#include <i2c.h>
+#include <stdio_dev.h>
#include "../common/isa.h"
#include "../common/common_util.h"
@@ -705,7 +706,7 @@ int last_stage_init (void)
{
print_pip405_rev ();
isa_init ();
- show_stdio_dev ();
+ stdio_print_current_devices ();
check_env();
return 0;
}
OpenPOWER on IntegriCloud