summaryrefslogtreecommitdiffstats
path: root/boot/usbdfu.ld
diff options
context:
space:
mode:
Diffstat (limited to 'boot/usbdfu.ld')
-rw-r--r--boot/usbdfu.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/boot/usbdfu.ld b/boot/usbdfu.ld
index b36fefa..8680dc9 100644
--- a/boot/usbdfu.ld
+++ b/boot/usbdfu.ld
@@ -17,13 +17,13 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-/* Linker script for STM32F101C8T6, 64K flash, 20K RAM). */
+/* Linker script for Olimex STM32-H103 (STM32F103RBT6, 128K flash, 20K RAM). */
/* Define memory regions. */
MEMORY
{
- rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K
- ram (rwx) : ORIGIN = 0x20000000, LENGTH = 10K
+ rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
+ ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
}
/* Include the common ld script. */