diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-07-16 22:28:23 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-08-04 22:55:35 +0200 |
commit | 01b0f50060923e89693bf155c677e4f665916b3f (patch) | |
tree | a5bd29ec60722e0ce437f2426cf11d446f021d80 | |
parent | d7ffd27a6e52e33e59f0acdc0898bac3d3d91548 (diff) | |
download | u-boot-imx-01b0f50060923e89693bf155c677e4f665916b3f.zip u-boot-imx-01b0f50060923e89693bf155c677e4f665916b3f.tar.gz u-boot-imx-01b0f50060923e89693bf155c677e4f665916b3f.tar.bz2 |
video: mb862xx: change controller detection message
Signed-off-by: Anatolij Gustschin <agust@denx.de>
-rw-r--r-- | drivers/video/mb862xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mb862xx.c b/drivers/video/mb862xx.c index 088365d..1a4ba82 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; } |