From 6273201b14fc0761df952e8ca76b367ef4f8b741 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 31 May 2012 16:37:02 +0200 Subject: bsps/powerpc: Add load section for .nocache --- c/src/lib/libbsp/powerpc/mpc55xxevb/startup/linkcmds.phycore_mpc5554 | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/lib/libbsp/powerpc/mpc55xxevb/startup/linkcmds.phycore_mpc5554') diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/linkcmds.phycore_mpc5554 b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/linkcmds.phycore_mpc5554 index 450193b9bf..18a0e8f44d 100644 --- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/linkcmds.phycore_mpc5554 +++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/linkcmds.phycore_mpc5554 @@ -31,5 +31,6 @@ REGION_ALIAS ("REGION_RWEXTRA", RAM_EXT); REGION_ALIAS ("REGION_WORK", RAM_EXT); REGION_ALIAS ("REGION_STACK", RAM); REGION_ALIAS ("REGION_NOCACHE", NOCACHE); +REGION_ALIAS ("REGION_NOCACHE_LOAD", NOCACHE); INCLUDE linkcmds.mpc55xx -- cgit v1.2.3