diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/standalone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile index dbcfa920e61..d2e811a8b50 100644 --- a/examples/standalone/Makefile +++ b/examples/standalone/Makefile @@ -33,7 +33,7 @@ ifeq ($(ARCH),arm) ifeq ($(BOARD),omap2420h4) LOAD_ADDR = 0x80300000 else -ifeq ($(CPU),omap3) +ifeq ($(SOC),omap3) LOAD_ADDR = 0x80300000 else LOAD_ADDR = 0xc100000 |