From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 26 Oct 2020 21:23:55 +0100 Subject: [PATCH] eb_cpu5282: fix CONFIG_DM_VIDEO build warnings In-Reply-To: <20201018191827.9603-4-agust@denx.de> References: <20201018191827.9603-1-agust@denx.de> <20201018191827.9603-4-agust@denx.de> Message-ID: <20201026212355.6a251eae@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:18 +0200 Anatolij Gustschin agust at denx.de wrote: > Remove CONFIG_VIDEO dependency to fix board removal warnings. > > Signed-off-by: Anatolij Gustschin > Cc: Jens Scharsig > --- > board/BuS/eb_cpu5282/eb_cpu5282.c | 7 +++---- > common/stdio.c | 4 +++- > configs/eb_cpu5282_defconfig | 3 +-- > configs/eb_cpu5282_internal_defconfig | 3 +-- > drivers/video/Kconfig | 7 +++++++ > include/configs/eb_cpu5282.h | 4 ---- > scripts/config_whitelist.txt | 1 - > 7 files changed, 15 insertions(+), 14 deletions(-) Applied to u-boot-video/master.