Hi, On Thu, 05 Apr 2012 15:29:34 +0900 Donghwa Lee <[email protected]> wrote:
> This patch support TRATS board configuration and display function. > > Signed-off-by: Donghwa Lee <[email protected]> > Signed-off-by: Kyungmin Park <[email protected]> > Signed-off-by: Inki Dae <[email protected]> > --- > 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 <lcd.h> Please put this lcd.h include after '#include <common.h>'. Otherwise the code is broken. lcd.h expects some macros defined elsewhere and these definitions will be included in common.h. > #include <common.h> Thanks, Anatolij _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

