bootloader: Call clock::reset() before jumping to the application.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 17 Nov 2019 20:42:01 +0000 (21:42 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commitccd68b1fa31a5313189544b15a78a8295104c7f4
tree1b8632869ba5a00597fe974a6064c4a3e0f9e435
parent427f30b3149afd8423edbd2ecdd59d8097e136c3
bootloader: Call clock::reset() before jumping to the application.

By switching back to FBE clock mode there, we can unconditionally
do the switches to FBE, PBE and PEE in any of our programs.
src/bootloader/main.rs