[Cbe-oss-dev] [PATCH 22/22]MARS/tests: Kernel and module size reduction compatibility
Yuji Mano
yuji.mano at am.sony.com
Wed Jan 21 11:30:40 EST 2009
Adjust the task base address.
Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>
---
tests/scripts/config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/tests/scripts/config.mk
+++ b/tests/scripts/config.mk
@@ -47,7 +47,7 @@ MPU_LDFLAGS = \
$(MPU_LIB_LDFLAGS) $(EXTRA_MPU_LDFLAGS)
MPU_TASK_LDFLAGS = \
$(MPU_LDFLAGS) \
- -Wl,-N -Wl,--section-start,.init=0x8000
+ -Wl,-N -Wl,--section-start,.init=0x4000
OPT_CFLAGS = -O3
DEFS_CFLAGS = -DMARS_TEST_NAME=\"$(test)\"
More information about the cbe-oss-dev
mailing list