X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=examples%2FMakefile;fp=examples%2FMakefile;h=60a6f5ea56db319c3d23a74b53fa2ab9734af61d;hp=d63fa703232a92af2069e76fd52a006252650e60;hb=118978c8eb43803e2794233922df4249fa278b83;hpb=ce1120dd703e6f12c59e4eba9962356a0300b832 diff --git a/examples/Makefile b/examples/Makefile index d63fa70323..60a6f5ea56 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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