X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=common%2Flcd.c;h=d62e292412bcc5058ec50ada64e61c7085dfce32;hp=23c502106cba1cea78c9feb156c84741350ec4fc;hb=282bfa2abb4c7fce68c538d43083f405d7b7ec51;hpb=7e8b48898a6b2f9ccaa8163be6102da4f6c0b3c0 diff --git a/common/lcd.c b/common/lcd.c index 23c502106c..d62e292412 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -730,7 +730,7 @@ int lcd_display_bitmap(ulong bmp_image, int x, int y) } break; #endif /* CONFIG_BMP_16BPP */ -#if defined(CONFIG_BMP_24BMP) +#if defined(CONFIG_BMP_24BPP) case 24: for (i = 0; i < height; ++i) { for (j = 0; j < width; j++) {