diff options
author | Joel Challis <git@zvecr.com> | 2020-11-22 21:12:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 21:12:30 +0000 |
commit | b8443863c0ae54349ee61411c0c09863a5ad0b8e (patch) | |
tree | 004d4cf5d317c4cd8988ccb95135531105130c3a /platforms | |
parent | c731628946c71faa56491c89ed59f95ab8e60d97 (diff) | |
download | qmk_firmware-b8443863c0ae54349ee61411c0c09863a5ad0b8e.tar.gz qmk_firmware-b8443863c0ae54349ee61411c0c09863a5ad0b8e.zip |
Remove references to ch-bootloader-jump.patch (#10998)
Diffstat (limited to 'platforms')
3 files changed, 0 insertions, 6 deletions
diff --git a/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h b/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h index 4994be9c2..6b218f7bd 100644 --- a/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h +++ b/platforms/chibios/GENERIC_STM32_F042X6/configs/bootloader_defs.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* Address for jumping to bootloader on STM32 chips. */ | 1 | /* Address for jumping to bootloader on STM32 chips. */ |
2 | /* It is chip dependent, the correct number can be looked up here: | 2 | /* It is chip dependent, the correct number can be looked up here: |
3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf | 3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf |
4 | * This also requires a patch to chibios: | ||
5 | * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch | ||
6 | */ | 4 | */ |
7 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFC400 \ No newline at end of file | 5 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFC400 \ No newline at end of file |
diff --git a/platforms/chibios/GENERIC_STM32_F072XB/configs/bootloader_defs.h b/platforms/chibios/GENERIC_STM32_F072XB/configs/bootloader_defs.h index 02c48c4e6..dccd0fa5d 100644 --- a/platforms/chibios/GENERIC_STM32_F072XB/configs/bootloader_defs.h +++ b/platforms/chibios/GENERIC_STM32_F072XB/configs/bootloader_defs.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* Address for jumping to bootloader on STM32 chips. */ | 1 | /* Address for jumping to bootloader on STM32 chips. */ |
2 | /* It is chip dependent, the correct number can be looked up here (page 175): | 2 | /* It is chip dependent, the correct number can be looked up here (page 175): |
3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf | 3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf |
4 | * This also requires a patch to chibios: | ||
5 | * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch | ||
6 | */ | 4 | */ |
7 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFC800 | 5 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFC800 |
diff --git a/platforms/chibios/GENERIC_STM32_F303XC/configs/bootloader_defs.h b/platforms/chibios/GENERIC_STM32_F303XC/configs/bootloader_defs.h index 3b0e9d20a..87ac7b10d 100644 --- a/platforms/chibios/GENERIC_STM32_F303XC/configs/bootloader_defs.h +++ b/platforms/chibios/GENERIC_STM32_F303XC/configs/bootloader_defs.h | |||
@@ -1,7 +1,5 @@ | |||
1 | /* Address for jumping to bootloader on STM32 chips. */ | 1 | /* Address for jumping to bootloader on STM32 chips. */ |
2 | /* It is chip dependent, the correct number can be looked up here: | 2 | /* It is chip dependent, the correct number can be looked up here: |
3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf | 3 | * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf |
4 | * This also requires a patch to chibios: | ||
5 | * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch | ||
6 | */ | 4 | */ |
7 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFD800 | 5 | #define STM32_BOOTLOADER_ADDRESS 0x1FFFD800 |