From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 6 Feb 2016 23:23:06 +0100 Subject: [U-Boot] [PATCH 1/2] dm: video: Add a temporary work-around for old stdout var In-Reply-To: <1454794298-20111-1-git-send-email-sjg@chromium.org> References: <1454794298-20111-1-git-send-email-sjg@chromium.org> Message-ID: <20160206232306.040e14cd@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Sat, 6 Feb 2016 14:31:37 -0700 Simon Glass sjg at chromium.org wrote: > Boards with a saved environment may use 'lcd' in their stdout environment > variable, expecting that this will enable output to the LCD. When the board > moves to use driver model for video, this will no-longer work. Add a > work-around to fix this. A warning messages is printed, and we will remove > the work-around at the end of 2016. > > Signed-off-by: Simon Glass > --- > > common/console.c | 8 ++++++++ > drivers/video/Kconfig | 10 ++++++++++ > 2 files changed, 18 insertions(+) Acked-by: Anatolij Gustschin -- Anatolij