From 3d91a0643d701742b02a50b04ffcebb00694bb8b Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Wed, 19 Feb 2020 14:51:22 +0000 Subject: [PATCH] legacy: add comment to startup.S --- legacy/startup.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/startup.S b/legacy/startup.S index f79646cad7..15cbf837ba 100644 --- a/legacy/startup.S +++ b/legacy/startup.S @@ -21,7 +21,7 @@ memset_reg: reset_handler: #if MEMORY_PROTECT -// we need to perform this in case an old bootloader +// we need to perform this in case an old bootloader (<1.8.0) // is starting the new firmware, these will be set incorrectly ldr r0, =0xE000ED08 // r0 = VTOR address ldr r1, =0x08010400 // r1 = FLASH_APP_START