commit | 9d9689f8481d1240932a121a04f910877ee29bda | [log] [tgz] |
---|---|---|
author | Rafal Jaworowski <raj@semihalf.com> | Fri Jan 23 13:27:16 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Feb 18 00:39:41 2009 +0100 |
tree | f9be70847a132903f6b2b4bc29cb7ef387359c3b | |
parent | 3d25ba55e9d5f6d01575d2f352098e1d586fdff4 [diff] [blame] |
API: Provide syscall entry point for the ARM architecture. Signed-off-by: Rafal Czubak <rcz@semihalf.com> Acked-by: Rafal Jaworowski <raj@semihalf.com>
diff --git a/api_examples/Makefile b/api_examples/Makefile index 5666f48..4c01437 100644 --- a/api_examples/Makefile +++ b/api_examples/Makefile
@@ -23,10 +23,9 @@ ifeq ($(ARCH),ppc) LOAD_ADDR = 0x40000 endif - -#ifeq ($(ARCH),arm) -#LOAD_ADDR = 0xc100000 -#endif +ifeq ($(ARCH),arm) +LOAD_ADDR = 0x1000000 +endif include $(TOPDIR)/config.mk