]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
lcd: fix typo CONFIG_BMP_24BMP -> CONFIG_BMP_24BPP
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 3 Feb 2016 06:05:48 +0000 (07:05 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 3 Feb 2016 06:05:48 +0000 (07:05 +0100)
common/lcd.c

index 23c502106cba1cea78c9feb156c84741350ec4fc..d62e292412bcc5058ec50ada64e61c7085dfce32 100644 (file)
@@ -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++) {