Refactor bootloader_jump() implementations (#15450)

* Refactor `bootloader_jump()` implementations

* Fix tests?

* Rename `atmel-samba` to `md-boot`
This commit is contained in:
Ryan 2021-12-27 21:10:07 +11:00 committed by GitHub
parent cffe143ca2
commit 6bc870d899
Failed to generate hash of commit
32 changed files with 701 additions and 493 deletions

View file

@ -16,4 +16,4 @@
#include "bootloader.h"
void bootloader_jump(void) {}
void bootloader_jump(void) { }