From mboxrd@z Thu Jan 1 00:00:00 1970 From: Donghwa Lee Date: Fri, 06 Apr 2012 13:09:31 +0900 Subject: [U-Boot] [PATCH 7/7] EXYNOS: support TRATS board display function In-Reply-To: <20120406014429.74d941da@wker> References: <4F7D3BCE.6060200@samsung.com> <20120406014429.74d941da@wker> Message-ID: <4F7E6C7B.10802@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thank you for your comment. I will fix all this patch according to your comments and send version2. Thank you, Donghwa Lee On Fri, 06 Apr 2012 08:44, Anatolij Gustschin wrote: > Hi, > > On Thu, 05 Apr 2012 15:29:34 +0900 > Donghwa Lee wrote: > >> This patch support TRATS board configuration and display function. >> >> Signed-off-by: Donghwa Lee >> Signed-off-by: Kyungmin Park >> Signed-off-by: Inki Dae >> --- >> board/samsung/trats/trats.c | 147 +++++++++++++++++++++++++++++++++++++++++++ >> include/configs/trats.h | 8 +++ >> 2 files changed, 155 insertions(+), 0 deletions(-) >> >> diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c >> index a7b4e4a..a6861e1 100644 >> --- a/board/samsung/trats/trats.c >> +++ b/board/samsung/trats/trats.c > ... >> @@ -22,12 +23,15 @@ >> * MA 02111-1307 USA >> */ >> >> +#include > > Please put this lcd.h include after '#include '. Otherwise the > code is broken. lcd.h expects some macros defined elsewhere and these > definitions will be included in common.h. > >> #include > > Thanks, > Anatolij >