]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/cpu.c
karo: cleanup after merge of v2015.10-rc2
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / cpu.c
index d1d2a176f673448321a9edb5869d166b3fb54d85..a90ce3047bd27f2f100512ce6239073ac6c92fa9 100644 (file)
@@ -15,7 +15,6 @@
 
 #include <common.h>
 #include <command.h>
-#include <lcd.h>
 #include <asm/system.h>
 
 static void cache_flush(void);
@@ -31,14 +30,6 @@ int cleanup_before_linux (void)
 
        disable_interrupts ();
 
-#ifdef CONFIG_LCD
-       {
-               /* switch off LCD panel */
-               lcd_panel_disable();
-               /* disable LCD controller */
-               lcd_disable();
-       }
-#endif
 
        /* turn off I/D-cache */
        icache_disable();