Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/01b0f50060923e89693bf155c677e4f665916b3f You should set ROOT_URL correctly, otherwise the web may not work correctly.

video: mb862xx: change controller detection message

Signed-off-by: Anatolij Gustschin <agust@denx.de>
master
Anatolij Gustschin 14 years ago committed by Wolfgang Denk
parent d7ffd27a6e
commit 01b0f50060
  1. 2
      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;
}

Loading…
Cancel
Save