mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-01 10:48:04 -04:00
video: mb862xx: change controller detection message
Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
d7ffd27a6e
commit
01b0f50060
@ -204,7 +204,7 @@ unsigned int pci_video_init (void)
|
|||||||
u16 device;
|
u16 device;
|
||||||
|
|
||||||
if ((devbusfn = pci_find_devices (supported, 0)) < 0) {
|
if ((devbusfn = pci_find_devices (supported, 0)) < 0) {
|
||||||
puts ("PCI video controller not found!\n");
|
puts("controller not present\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user