From b10d6deb37dd76e14fe7d320e9cbf4606a9f968f Mon Sep 17 00:00:00 2001 From: Sebastian Sumpf Date: Mon, 4 Feb 2013 14:59:00 +0100 Subject: [PATCH] foc: Change core's base address --- base-foc/src/core/arndale/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-foc/src/core/arndale/target.mk b/base-foc/src/core/arndale/target.mk index 794574b42f..6a182a0b0e 100644 --- a/base-foc/src/core/arndale/target.mk +++ b/base-foc/src/core/arndale/target.mk @@ -1,6 +1,6 @@ include $(PRG_DIR)/../target.inc -LD_TEXT_ADDR = 0x80140000 +LD_TEXT_ADDR = 0x80100000 REQUIRES += arm foc_arndale SRC_CC += arm/platform_arm.cc