]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/Makefile
Fix alignment error on ARM for modules
[karo-tx-uboot.git] / examples / Makefile
index d63fa703232a92af2069e76fd52a006252650e60..60a6f5ea56db319c3d23a74b53fa2ab9734af61d 100644 (file)
@@ -30,8 +30,12 @@ LOAD_ADDR = 0x40000
 endif
 
 ifeq ($(ARCH),arm)
+ifeq ($(BOARD),omap2420h4)
+LOAD_ADDR = 0x80300000
+else
 LOAD_ADDR = 0xc100000
 endif
+endif
 
 ifeq ($(ARCH),mips)
 LOAD_ADDR = 0x80200000 -T mips.lds