X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=api_examples%2FMakefile;h=4c0143744348730856033ffc0d4d15283a85aa33;hb=6d84ae3956a6cd7aebd86f661130752594e60124;hp=5666f489b939176f07310679915bd41520f9adb7;hpb=faf8f9bc95e526446c3b0554ebdc22af1291e72a;p=oweals%2Fu-boot.git diff --git a/api_examples/Makefile b/api_examples/Makefile index 5666f489b9..4c01437443 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