[U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak

2009-11-03 Thread Tom Rix
From: Abdoulaye Walsimou Gaye This patch fix build error with gcc-4.4.2 about inline function declared weak, see below: board.c:96: error: inline function 'coloured_LED_init' cannot be declared weak board.c:98: error: inline function 'red_LED_on' cannot be declared weak board.c:100: error: inline

Re: [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak

2009-11-05 Thread Wolfgang Denk
Dear Tom Rix, In message <1257292804-10612-3-git-send-email-tom@windriver.com> you wrote: > From: Abdoulaye Walsimou Gaye > > This patch fix build error with gcc-4.4.2 about inline function > declared weak, see below: > board.c:96: error: inline function 'coloured_LED_init' cannot be declare

Re: [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak

2009-11-05 Thread Tom
Wolfgang Denk wrote: > Dear Tom Rix, > > In message <1257292804-10612-3-git-send-email-tom@windriver.com> you > wrote: >> From: Abdoulaye Walsimou Gaye >> >> This patch fix build error with gcc-4.4.2 about inline function >> declared weak, see below: >> board.c:96: error: inline function 'co

Re: [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak

2009-11-05 Thread Wolfgang Denk
Dear Tom, In message <4af33815.4030...@windriver.com> you wrote: > > >> Signed-off-by: Abdoulaye Walsimou Gaye > > > > What is this? Are you sure this patch is properly attributed? Was > > Abdoulaye Walsimou Gaye really the first to submit this patch? > > > > Best regards, > > > > Wolfgang De

Re: [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak

2009-11-10 Thread Tom
Wolfgang Denk wrote: > Dear Tom, > > In message <4af33815.4030...@windriver.com> you wrote: Signed-off-by: Abdoulaye Walsimou Gaye >>> What is this? Are you sure this patch is properly attributed? Was >>> Abdoulaye Walsimou Gaye really the first to submit this patch? >>> >>> Best regards, >

Re: [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak

2009-11-10 Thread Wolfgang Denk
Dear Tom, In message <4af9c04f.1020...@windriver.com> you wrote: > > I have pushed the earlier patch to arm/next. Thnaks, but this being a clear bug fix I think we should include this in the upcoming release? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk

Re: [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak

2009-11-11 Thread Gaye Abdoulaye Walsimou
Wolfgang Denk wrote: > Dear Tom, > > In message <4af33815.4030...@windriver.com> you wrote: > Signed-off-by: Abdoulaye Walsimou Gaye >>> What is this? Are you sure this patch is properly attributed? Was >>> Abdoulaye Walsimou Gaye really the first to submit this patch? >>> >