Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/64123e3f06f74dd09b86e2a41d77d31044f495fb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
board/korat/korat.c
@ -1,5 +1,5 @@
/*
* ( C ) Copyright 2007 - 2009
* ( C ) Copyright 2007 - 201 0
* Larry Johnson , lrj @ acm . org
*
* ( C ) Copyright 2006 - 2007
@ -417,7 +417,7 @@ int misc_init_r(void)
* then connect the CompactFlash controller to the PowerPC USB
* port .
*/
printf ( " Attaching CompactFa lsh controller to PPC USB \n " ) ;
printf ( " Attaching CompactFla sh controller to PPC USB \n " ) ;
out_8 ( ( u8 * ) CONFIG_SYS_CPLD_BASE + 0x02 ,
in_8 ( ( u8 * ) CONFIG_SYS_CPLD_BASE + 0x02 ) | 0x10 ) ;
} else {
@ -425,7 +425,7 @@ int misc_init_r(void)
printf ( " Warning: \" korat_usbcf \" is not set to a legal "
" value ( \" ppc \" or \" pci \" ) \n " ) ;
printf ( " Attaching CompactFa lsh controller to PCI USB \n " ) ;
printf ( " Attaching CompactFla sh controller to PCI USB \n " ) ;
}
if ( act = = NULL | | strcmp ( act , " hostdev " ) = = 0 ) {
/* SDR Setting */