mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
at91sam9n12ek: disable obsolete VIDEO config
DM_VIDEO conversion deadline has passed, disable VIDEO config. Boards should convert to DM_VIDEO if they need video console support. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Eugen Hristev <eugen.hristev@microchip.com>
This commit is contained in:
parent
d1a2a1dc9e
commit
33923e7270
3 changed files with 3 additions and 3 deletions
|
@ -62,4 +62,4 @@ CONFIG_USB=y
|
|||
CONFIG_DM_USB=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
CONFIG_ATMEL_HLCD=y
|
||||
CONFIG_LCD=y
|
||||
# CONFIG_LCD is not set
|
||||
|
|
|
@ -63,4 +63,4 @@ CONFIG_USB=y
|
|||
CONFIG_DM_USB=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
CONFIG_ATMEL_HLCD=y
|
||||
CONFIG_LCD=y
|
||||
# CONFIG_LCD is not set
|
||||
|
|
|
@ -64,4 +64,4 @@ CONFIG_USB=y
|
|||
CONFIG_DM_USB=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
CONFIG_ATMEL_HLCD=y
|
||||
CONFIG_LCD=y
|
||||
# CONFIG_LCD is not set
|
||||
|
|
Loading…
Reference in a new issue