From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 5 Nov 2015 08:37:12 +0100 Subject: [U-Boot] [PATCH 2/2] video: Drop DEV_EXT_VIDEO flag In-Reply-To: <1446621818-24524-2-git-send-email-bmeng.cn@gmail.com> References: <1446621818-24524-1-git-send-email-bmeng.cn@gmail.com> <1446621818-24524-2-git-send-email-bmeng.cn@gmail.com> Message-ID: <20151105083712.36a85476@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 Tue, 3 Nov 2015 23:23:38 -0800 Bin Meng wrote: > DEV_EXT_VIDEO does not have any actual meaning, hence drop it. > > Signed-off-by: Bin Meng > > --- > > arch/powerpc/cpu/mpc8xx/video.c | 1 - > board/bf527-ezkit/video.c | 1 - > board/bf533-stamp/video.c | 1 - > board/bf548-ezkit/video.c | 1 - > board/cm-bf548/video.c | 1 - > drivers/video/cfb_console.c | 1 - > include/stdio_dev.h | 1 - > 7 files changed, 7 deletions(-) applied to u-boot-video/master, thanks! Anatolij