From 7fb6c4f9b06c5539043c8bfc6565710b8090841d Mon Sep 17 00:00:00 2001 From: Rafal Jaworowski Date: Fri, 23 Jan 2009 13:27:16 +0100 Subject: API: Provide syscall entry point for the ARM architecture. Signed-off-by: Rafal Czubak Acked-by: Rafal Jaworowski --- api_examples/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'api_examples/Makefile') 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 -- cgit v1.1