]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/smdk5420/smdk5420.c
exynos: config: Move common options to the common headers and tidy up
[karo-tx-uboot.git] / board / samsung / smdk5420 / smdk5420.c
index 88f4044d63bd49dc0640bd45952cd6a0093d12ee..57cc92c50b9729ea746b40cbedb928aa7ddac277 100644 (file)
@@ -50,9 +50,9 @@ static int has_edp_bridge(void)
 
 void exynos_lcd_power_on(void)
 {
+#ifdef CONFIG_POWER_TPS65090
        int ret;
 
-#ifdef CONFIG_POWER_TPS65090
        ret = tps65090_init();
        if (ret < 0) {
                printf("%s: tps65090_init() failed\n", __func__);