Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-30 | build/boot/roms: move usage() to include/boot.sh | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-09-30 | build/boot/*: unified main() function | Leah Rowe | |
The *same* main() function is now used on both scripts. However, merging both scripts together would be less efficient on sloccount, and would be error-prone. The purpose of having roms_helper is that the variables get re-initialised the same way each time, for each board, automatically. Signed-off-by: Leah Rowe <leah@libreboot.org> |