diff options
author | Anatolij Gustschin <agust@denx.de> | 2020-10-18 18:04:34 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-10-26 20:53:53 +0100 |
commit | d1a2a1dc9edaed002d1d82af30564f51fe5768f3 (patch) | |
tree | f47a03d9e1b34490eef2c53ee9adb2ff56db8a03 /configs/at91sam9263ek_norflash_boot_defconfig | |
parent | 12a3e60469c21b8a91e3b51dc4f6fccdd3ceadfc (diff) | |
download | u-boot-d1a2a1dc9edaed002d1d82af30564f51fe5768f3.tar.gz u-boot-d1a2a1dc9edaed002d1d82af30564f51fe5768f3.tar.bz2 u-boot-d1a2a1dc9edaed002d1d82af30564f51fe5768f3.zip |
at91sam9: disable obsolete VIDEO config
DM_VIDEO conversion deadline has passed, disable VIDEO config.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs/at91sam9263ek_norflash_boot_defconfig')
-rw-r--r-- | configs/at91sam9263ek_norflash_boot_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91sam9263ek_norflash_boot_defconfig b/configs/at91sam9263ek_norflash_boot_defconfig index 7aea097f47..2955b058ad 100644 --- a/configs/at91sam9263ek_norflash_boot_defconfig +++ b/configs/at91sam9263ek_norflash_boot_defconfig @@ -67,4 +67,4 @@ CONFIG_ATMEL_PIT_TIMER=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y -CONFIG_LCD=y +# CONFIG_LCD is not set |