Re: [U-Boot] [PATCH 5/8] sh: Do not define -ffreestanding twice

2014-03-04 Thread Tom Rini
On Fri, Feb 28, 2014 at 12:39:35PM +0900, Masahiro Yamada wrote:

 Hello Nobihiro,
 
 Thanks.
 
 I want this and 6/8 on u-boot/master.
 
 Can you please send pull-request now?

Yes, soon please :)

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 5/8] sh: Do not define -ffreestanding twice

2014-03-04 Thread Nobuhiro Iwamatsu
Hi,

These were already applied to u-boot/master.
Thanks, Tom,.

Nobuhiro

2014-03-05 5:37 GMT+09:00 Tom Rini tr...@ti.com:
 On Fri, Feb 28, 2014 at 12:39:35PM +0900, Masahiro Yamada wrote:

 Hello Nobihiro,

 Thanks.

 I want this and 6/8 on u-boot/master.

 Can you please send pull-request now?

 Yes, soon please :)

 --
 Tom

 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot




-- 
Nobuhiro Iwamatsu
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 5/8] sh: Do not define -ffreestanding twice

2014-03-04 Thread Tom Rini
On Wed, Mar 05, 2014 at 09:45:26AM +0900, Nobuhiro Iwamatsu wrote:
 Hi,
 
 These were already applied to u-boot/master.
 Thanks, Tom,.

Bah, I was intending to not apply them, but I guess dropped them too
late.  So long as u-boot-sh ends up being sane, oh well :)

 
 Nobuhiro
 
 2014-03-05 5:37 GMT+09:00 Tom Rini tr...@ti.com:
  On Fri, Feb 28, 2014 at 12:39:35PM +0900, Masahiro Yamada wrote:
 
  Hello Nobihiro,
 
  Thanks.
 
  I want this and 6/8 on u-boot/master.
 
  Can you please send pull-request now?
 
  Yes, soon please :)
 
  --
  Tom
 
  ___
  U-Boot mailing list
  U-Boot@lists.denx.de
  http://lists.denx.de/mailman/listinfo/u-boot
 
 
 
 
 -- 
 Nobuhiro Iwamatsu
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 5/8] sh: Do not define -ffreestanding twice

2014-02-27 Thread Nobuhiro Iwamatsu
Applied, thanks.

Best regards,
  Nobuhiro

2014-02-26 14:51 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com:
 -ffreestanding is defined at the top Makefile for all architectures.
 Do not define it twice for SH2A.

 Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com
 Cc: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com
 ---

  arch/sh/cpu/sh2/config.mk | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/arch/sh/cpu/sh2/config.mk b/arch/sh/cpu/sh2/config.mk
 index 69273b4..25abcdd 100644
 --- a/arch/sh/cpu/sh2/config.mk
 +++ b/arch/sh/cpu/sh2/config.mk
 @@ -8,7 +8,7 @@
  ENDIANNESS += -EB

  ifdef CONFIG_SH2A
 -PLATFORM_CPPFLAGS += -m2a -m2a-nofpu -mb -ffreestanding
 +PLATFORM_CPPFLAGS += -m2a -m2a-nofpu -mb
  else # SH2
  PLATFORM_CPPFLAGS += -m3e -mb
  endif
 --
 1.8.3.2

 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot



-- 
Nobuhiro Iwamatsu
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 5/8] sh: Do not define -ffreestanding twice

2014-02-27 Thread Masahiro Yamada
Hello Nobihiro,

Thanks.

I want this and 6/8 on u-boot/master.

Can you please send pull-request now?


Best Regards
Masahiro Yamada

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 5/8] sh: Do not define -ffreestanding twice

2014-02-25 Thread Masahiro Yamada
-ffreestanding is defined at the top Makefile for all architectures.
Do not define it twice for SH2A.

Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com
Cc: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com
---

 arch/sh/cpu/sh2/config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sh/cpu/sh2/config.mk b/arch/sh/cpu/sh2/config.mk
index 69273b4..25abcdd 100644
--- a/arch/sh/cpu/sh2/config.mk
+++ b/arch/sh/cpu/sh2/config.mk
@@ -8,7 +8,7 @@
 ENDIANNESS += -EB
 
 ifdef CONFIG_SH2A
-PLATFORM_CPPFLAGS += -m2a -m2a-nofpu -mb -ffreestanding
+PLATFORM_CPPFLAGS += -m2a -m2a-nofpu -mb
 else # SH2
 PLATFORM_CPPFLAGS += -m3e -mb
 endif
-- 
1.8.3.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot