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

arm1136: Remove dead code

Apparently lcd_panel_disable is not defined anywhere, so no config for
an arm1136 board would have set CONFIG_LCD. Remove the unused code.

Signed-off-by: Alexander Stein <alexanders83@web.de>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
master
Alexander Stein 10 years ago committed by Tom Rini
parent 5c2cff85fc
commit b16a52b9b5
  1. 10
      arch/arm/cpu/arm1136/cpu.c

@ -32,16 +32,6 @@ int cleanup_before_linux (void)
disable_interrupts ();
#ifdef CONFIG_LCD
{
extern void lcd_disable(void);
extern void lcd_panel_disable(void);
lcd_disable(); /* proper disable of lcd & panel */
lcd_panel_disable();
}
#endif
/* turn off I/D-cache */
icache_disable();
dcache_disable();

Loading…
Cancel
Save