diff options
| author | Anatolij Gustschin <[email protected]> | 2020-10-18 19:29:07 +0200 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2020-10-26 20:54:14 +0100 |
| commit | 33923e7270ebe54b82a1c86cb96addaf5b25324a (patch) | |
| tree | 8d6f6a6d0398671d0c5241879c93e4269bd0c6bc | |
| parent | d1a2a1dc9edaed002d1d82af30564f51fe5768f3 (diff) | |
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 <[email protected]>
Cc: Eugen Hristev <[email protected]>
| -rw-r--r-- | configs/at91sam9n12ek_mmc_defconfig | 2 | ||||
| -rw-r--r-- | configs/at91sam9n12ek_nandflash_defconfig | 2 | ||||
| -rw-r--r-- | configs/at91sam9n12ek_spiflash_defconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/at91sam9n12ek_mmc_defconfig b/configs/at91sam9n12ek_mmc_defconfig index 23be41edb08..15a43355d97 100644 --- a/configs/at91sam9n12ek_mmc_defconfig +++ b/configs/at91sam9n12ek_mmc_defconfig @@ -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 diff --git a/configs/at91sam9n12ek_nandflash_defconfig b/configs/at91sam9n12ek_nandflash_defconfig index 35c1b4ac316..5f3c25611fb 100644 --- a/configs/at91sam9n12ek_nandflash_defconfig +++ b/configs/at91sam9n12ek_nandflash_defconfig @@ -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 diff --git a/configs/at91sam9n12ek_spiflash_defconfig b/configs/at91sam9n12ek_spiflash_defconfig index aea633d5dc2..65c89265474 100644 --- a/configs/at91sam9n12ek_spiflash_defconfig +++ b/configs/at91sam9n12ek_spiflash_defconfig @@ -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 |
