X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Flcd.c;h=914dc2ef7ca5b1f30d1238317213e32650c9018d;hb=5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04;hp=eaed2abd80563d6fa6958d25b61dfeccd39dc551;hpb=f641471498ddda011f95a840c09907d75259b70a;p=oweals%2Fu-boot.git diff --git a/common/lcd.c b/common/lcd.c index eaed2abd80..914dc2ef7c 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -571,7 +571,7 @@ void bitmap_plot (int x, int y) #endif /* CONFIG_LCD_LOGO */ /*----------------------------------------------------------------------*/ -#if (CONFIG_COMMANDS & CFG_CMD_BMP) || defined(CONFIG_SPLASH_SCREEN) +#if defined(CONFIG_CMD_BMP) || defined(CONFIG_SPLASH_SCREEN) /* * Display the BMP file located at address bmp_image. * Only uncompressed. @@ -700,7 +700,7 @@ int lcd_display_bitmap(ulong bmp_image, int x, int y) return (0); } -#endif /* (CONFIG_COMMANDS & CFG_CMD_BMP) || CONFIG_SPLASH_SCREEN */ +#endif static void *lcd_logo (void)