mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
arm: pxa: palmtreo680: get rid of obsolete CONFIG_SYS_LCD_PXA_NO_L_BIAS
Looks like the define CONFIG_SYS_LCD_PXA_NO_L_BIAS is not used anywhere else throughout the U-Boot sources any more. Drop it. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
This commit is contained in:
parent
ab9272f955
commit
a9fb90d1ee
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@
|
|||
#define CONFIG_PXA_LCD
|
||||
#define CONFIG_ACX544AKN
|
||||
#define CONFIG_LCD_LOGO
|
||||
#define CONFIG_SYS_LCD_PXA_NO_L_BIAS /* don't configure GPIO77 as L_BIAS */
|
||||
#define LCD_BPP LCD_COLOR16
|
||||
#define CONFIG_FB_ADDR 0x5c000000 /* internal SRAM */
|
||||
#define CONFIG_CMD_BMP
|
||||
|
|
Loading…
Reference in a new issue