From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 26 Oct 2020 21:23:39 +0100 Subject: [PATCH] at91sam9n12ek: disable obsolete VIDEO config In-Reply-To: <20201018191827.9603-3-agust@denx.de> References: <20201018191827.9603-1-agust@denx.de> <20201018191827.9603-3-agust@denx.de> Message-ID: <20201026212339.4334e8da@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 18 Oct 2020 21:18:17 +0200 Anatolij Gustschin agust at denx.de wrote: > 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 > Cc: Eugen Hristev > --- > configs/at91sam9n12ek_mmc_defconfig | 2 +- > configs/at91sam9n12ek_nandflash_defconfig | 2 +- > configs/at91sam9n12ek_spiflash_defconfig | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Applied to u-boot-video/master.