[11U68]fix P0_11 to use GPIO

Fork of mbed-src by mbed official

Revision:
401:6d559ae9fd59
Parent:
390:35c2c1cf29cd
Child:
443:ed48b4122bfb
--- a/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct	Thu Nov 13 08:30:07 2014 +0000
+++ b/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct	Fri Nov 14 08:45:06 2014 +0000
@@ -17,14 +17,14 @@
         *   ( BOOT_LOADER )
     }
 
-    VECTORS 0x18008000 FIXED
+    VECTORS 0x18004000 FIXED
     {
         * (RESET, +FIRST)         ; Vector table and other (assembler) startup code
         * (InRoot$$Sections)      ; All (library) code that must be in a root region
         * (+RO-CODE)              ; Application RO code (.text)
     }
 
-    RO_DATA          +0 ALIGN 0x00100000 FIXED
+    RO_DATA          +0
     { * (+RO-DATA) }              ; Application RO data (.constdata)
 
     RW_DATA 0x20600000 0x00100000 ; Page 1 of On-Chip Large-Capacity RAM (0x20060000 to 0x206FFFFF)