diff options
Diffstat (limited to 'api_examples/Makefile')
| -rw-r--r-- | api_examples/Makefile | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/api_examples/Makefile b/api_examples/Makefile index 5666f489b..4c0143744 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  |