From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 29 Mar 2013 12:05:16 +0100 Subject: [U-Boot] [PATCH 10/10] common/lcd.c: move the macro's to the c file In-Reply-To: <1358028480-4979-11-git-send-email-jeroen@myspectrum.nl> References: <1358028480-4979-1-git-send-email-jeroen@myspectrum.nl> <1358028480-4979-11-git-send-email-jeroen@myspectrum.nl> Message-ID: <20130329120516.2aacfffb@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 Sat, 12 Jan 2013 23:07:59 +0100 Jeroen Hofstee wrote: > Hide the console macros since some reference global data which is > no longer present. > > cc: Anatolij Gustschin > Signed-off-by: Jeroen Hofstee > --- > common/lcd.c | 28 ++++++++++++++++++++++++++++ > include/lcd.h | 28 ---------------------------- > 2 files changed, 28 insertions(+), 28 deletions(-) merged rebased patch, thanks! Anatolij