integration

This commit is contained in:
rusefillc 2023-12-28 14:58:22 -05:00
parent 0d041e6112
commit 2e8b2aef48
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "hardware.h"
/*
* We need only a small portion of code from FOME codebase in the bootloader.
* We need only a small portion of codebase in the bootloader.
* Mostly it's efi_gpio.cpp, flash_main.cpp, etc. needed only to make it work.
* And stubs needed just to settle down compiler errors.
* The whole idea of bootloader is to make it as small as possible and reasonably independent.