Rename kboot.[ch] to bootloader.[ch] to improve clarity.

This commit is contained in:
László Monda
2017-09-22 01:20:00 +02:00
parent 5dd3b8e0be
commit 228bebcd59
4 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#include "kboot.h"
#include "bootloader.h"
void JumpToKboot(void) {
uint32_t runBootloaderAddress;