From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 30 Oct 2013 10:49:54 +0100 Subject: [U-Boot] [PATCH] video, cfb_console: make background and foreground color configurable In-Reply-To: <1382432766-22621-1-git-send-email-hs@denx.de> References: <1382432766-22621-1-git-send-email-hs@denx.de> Message-ID: <20131030104954.2b0b16d2@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, 22 Oct 2013 11:06:06 +0200 Heiko Schocher wrote: > make CONSOLE_BG_COL/CONSOLE_FG_COL configurable through board config file. > Clear video screen in video_init(). > > Signed-off-by: Heiko Schocher > Cc: Anatolij Gustschin > --- > README | 5 +++++ > drivers/video/cfb_console.c | 38 ++++++++++++++++++++------------------ > include/video_fb.h | 5 +++++ > 3 files changed, 30 insertions(+), 18 deletions(-) applied to u-boot-video/master, thanks! Anatolij