summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2011-07-16 22:28:23 +0200
committerWolfgang Denk <wd@denx.de>2011-08-04 22:55:35 +0200
commit01b0f50060923e89693bf155c677e4f665916b3f (patch)
treea5bd29ec60722e0ce437f2426cf11d446f021d80 /drivers
parentd7ffd27a6e52e33e59f0acdc0898bac3d3d91548 (diff)
downloadblackbird-obmc-uboot-01b0f50060923e89693bf155c677e4f665916b3f.tar.gz
blackbird-obmc-uboot-01b0f50060923e89693bf155c677e4f665916b3f.zip
video: mb862xx: change controller detection message
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/mb862xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mb862xx.c b/drivers/video/mb862xx.c
index 088365dcec..1a4ba82d75 100644
--- a/drivers/video/mb862xx.c
+++ b/drivers/video/mb862xx.c
@@ -204,7 +204,7 @@ unsigned int pci_video_init (void)
u16 device;
if ((devbusfn = pci_find_devices (supported, 0)) < 0) {
- puts ("PCI video controller not found!\n");
+ puts("controller not present\n");
return 0;
}
OpenPOWER on IntegriCloud