1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00

Minor fixes

This commit is contained in:
bzt 2021-01-06 09:37:15 +01:00
parent 7e74f52879
commit 37fe9adfee
5 changed files with 8 additions and 8 deletions

BIN
dist/boot.bin vendored

Binary file not shown.

BIN
dist/bootboot.efi vendored

Binary file not shown.

BIN
dist/bootboot.rom vendored

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -5,6 +5,6 @@ extern unsigned char binary_bootboot_bin[12288];
extern unsigned char binary_bootboot_efi[101490];
extern unsigned char binary_bootboot_img[34712];
extern unsigned char binary_LICENCE_broadcom[1594];
extern unsigned char binary_bootcode_bin[52480];
extern unsigned char binary_fixup_dat[7289];
extern unsigned char binary_start_elf[2949248];
extern unsigned char binary_bootcode_bin[52456];
extern unsigned char binary_fixup_dat[7297];
extern unsigned char binary_start_elf[2939744];