]> git.baikalelectronics.ru Git - uboot.git/commitdiff
video: Drop LCD_BPP
authorSimon Glass <sjg@chromium.org>
Tue, 18 Oct 2022 12:55:49 +0000 (06:55 -0600)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 19:07:17 +0000 (20:07 +0100)
This is used by the old LCD implementation which is to be removed.
Drop it and LCD_OUTPUT_BPP also.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/at91sam9261ek.h
include/configs/at91sam9263ek.h
include/configs/at91sam9m10g45ek.h
include/configs/at91sam9n12ek.h
include/configs/at91sam9rlek.h
include/configs/brxre1.h
include/configs/pm9261.h
include/configs/pm9263.h
include/configs/s5pc210_universal.h
include/configs/trats.h
include/configs/trats2.h

index 12726c10bd6d5725eb1ba76e7fb13381f094d65e..5576a5ffbe4bf3705e97a3ab387206ba00b35fcf 100644 (file)
 
 #include <asm/hardware.h>
 
-/*
- * Hardware drivers
- */
-
-/* LCD */
-#define LCD_BPP                                LCD_COLOR8
-
 /* SDRAM */
 #define CONFIG_SYS_SDRAM_BASE          0x20000000
 #define CONFIG_SYS_SDRAM_SIZE          0x04000000
index 8c6d1cd1d9d4f000831c544b6d0dd49c88aea0f9..02d04d0776bf8e1897ab0ef0e105cbc627515891 100644 (file)
 #define CONFIG_SYS_AT91_MAIN_CLOCK     16367660 /* 16.367 MHz crystal */
 #define CONFIG_SYS_AT91_SLOW_CLOCK     32768
 
-/*
- * Hardware drivers
- */
-
-/* LCD */
-#define LCD_BPP                                LCD_COLOR8
-
 /* SDRAM */
 #define CONFIG_SYS_SDRAM_BASE          ATMEL_BASE_CS1
 #define CONFIG_SYS_SDRAM_SIZE          0x04000000
index b55d2e3925532d7f77e2f8ddc170fdc646dd78da..2d257c49831d1bac8a1ef886a270205249bc0128 100644 (file)
 #define CONFIG_SYS_AT91_SLOW_CLOCK      32768
 #define CONFIG_SYS_AT91_MAIN_CLOCK      12000000 /* from 12 MHz crystal */
 
-/* general purpose I/O */
-
-/* LCD */
-#define LCD_BPP                                LCD_COLOR8
-
 /* SDRAM */
 #define CONFIG_SYS_SDRAM_BASE           0x70000000
 #define CONFIG_SYS_SDRAM_SIZE          0x08000000
index 4d492988eba7feb446d427c7d32e835d4c5dd80b..f2ca4f3d0ba6a80930e4f6cd147a69dd0badde7e 100644 (file)
 #define CONFIG_SYS_AT91_MAIN_CLOCK     16000000        /* main clock xtal */
 
 /* Misc CPU related */
-
-/* LCD */
-#define LCD_BPP                                LCD_COLOR16
-#define LCD_OUTPUT_BPP                 24
-
 #define CONFIG_SYS_SDRAM_BASE          0x20000000
 #define CONFIG_SYS_SDRAM_SIZE          0x08000000
 
index e418edddfbe5bfacfc9de31e114e7bc6da2bd46a..bc687fc44d88a4d16aa88450829fa02489b1a0b0 100644 (file)
 #define CONFIG_SYS_AT91_SLOW_CLOCK     32768           /* slow clock xtal */
 #define CONFIG_SYS_AT91_MAIN_CLOCK     12000000        /* main clock xtal */
 
-/*
- * Hardware drivers
- */
-
-/* LCD */
-#define LCD_BPP                                LCD_COLOR8
-
 /* SDRAM */
 #define CONFIG_SYS_SDRAM_BASE          ATMEL_BASE_CS1
 #define CONFIG_SYS_SDRAM_SIZE          0x04000000
index 4d91a776ba8410170026937bc5dc1a1372ca7088..410b3e641c5c6fab78f9c6460583495336f5ddb4 100644 (file)
 #include <configs/bur_cfg_common.h>
 #include <configs/bur_am335x_common.h>
 #include <linux/stringify.h>
-/* ------------------------------------------------------------------------- */
-#define LCD_BPP                                LCD_COLOR32
-
-/* memory */
 
 /* Clock Defines */
 #define V_OSCK                         26000000  /* Clock output from T2 */
index 797e44f844de01a7a67074f74b87985b1532d454..7f9442acbbd7aeb401d94e9e5c67dea9564070a8 100644 (file)
                 AT91_WDT_MR_WDDIS |                            \
                 AT91_WDT_MR_WDD(0xfff))
 
-/*
- * Hardware drivers
- */
-
-/* LCD */
-#define LCD_BPP                                LCD_COLOR8
-
 /* SDRAM */
 #define PHYS_SDRAM                             0x20000000
 #define PHYS_SDRAM_SIZE                                0x04000000      /* 64 megs */
index bb5bd8b60646a3d938d2b564000f568ea36e7876..00d159f03cf3b01cfa180695307c420a470b2f4b 100644 (file)
                 AT91_WDT_MR_WDDIS |                            \
                 AT91_WDT_MR_WDD(0xfff))
 
-/*
- * Hardware drivers
- */
-/* LCD */
-#define LCD_BPP                                LCD_COLOR8
-
 /* SDRAM */
 #define PHYS_SDRAM             0x20000000
 #define PHYS_SDRAM_SIZE                0x04000000      /* 64 megs */
index 000dc388ac09fd654120701221b8bbb4a8f24650..668b52600e85cb4c5dbc6f7e4cd5cf495f1c284c 100644 (file)
@@ -111,7 +111,4 @@ int universal_spi_read(void);
 #define KEY_VOL_DOWN_GPIO              EXYNOS4_GPIO_X21
 #endif /* __ASSEMBLY__ */
 
-/* LCD console */
-#define LCD_BPP                        LCD_COLOR16
-
 #endif /* __CONFIG_H */
index 9e4cd6794cc6346b6f564b2fe0e3d3c2d1459827..ca3186877839e5d9aa642f9bd21af195ceb14c1e 100644 (file)
 #define KEY_VOL_DOWN_GPIO              EXYNOS4_GPIO_X21
 #endif /* __ASSEMBLY__ */
 
-/* LCD console */
-#define LCD_BPP                        LCD_COLOR16
-
 #endif /* __CONFIG_H */
index dc28ded982584af96eee44fd2111d2dd154d0e68..f324ea7ebeb552de6abd2400588ec1a6397b1896 100644 (file)
 #define KEY_VOL_DOWN_GPIO              EXYNOS4X12_GPIO_X33
 #endif /* __ASSEMBLY__ */
 
-/* LCD console */
-#define LCD_BPP                 LCD_COLOR16
-
 #endif /* __CONFIG_H */