[U-Boot] [PATCH 2/2 for 2010.12 ] sh: Add ENDIANNESS to config.mk of sh2

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Sun Dec 26 00:02:27 CET 2010


Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 arch/sh/cpu/sh2/config.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/sh/cpu/sh2/config.mk b/arch/sh/cpu/sh2/config.mk
index 52d5a0f..02ef981 100644
--- a/arch/sh/cpu/sh2/config.mk
+++ b/arch/sh/cpu/sh2/config.mk
@@ -21,6 +21,7 @@
 # MA 02111-1307 USA
 #
 #
+ENDIANNESS = -EB
 PLATFORM_CPPFLAGS += -m3e -mb
 PLATFORM_RELFLAGS += -ffixed-r13
-PLATFORM_LDFLAGS += -EB
+PLATFORM_LDFLAGS += $(ENDIANNESS)
-- 
1.7.2.3



More information about the U-Boot mailing list