lib: It is no longer necessary to modify the stm32f4 code

Now that the stm32f4 code uses the armcm_boot mechanism, it is no
longer necessary for SystemInit to be externally visible.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2019-08-21 21:10:25 -04:00
parent 97af0b3cb0
commit d60b143595
3 changed files with 2 additions and 16 deletions

View file

@ -51,8 +51,7 @@ with gcc's LTO feature. See stm32f1.patch for the modifications.
The stm32f4 directory contains code from STMicroelectronics:
http://www.st.com/en/embedded-software/stm32cubef4.html
version 1.24.0 (extracted 20190723). It has been modified to compile
with gcc's LTO feature. See stm32f4.patch for the modifications.
version 1.24.0 (extracted 20190723).
The hub-ctrl directory contains code from:
https://github.com/codazoda/hub-ctrl.c/