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

Fixed newline

This commit is contained in:
bzt 2021-04-08 14:42:11 +02:00
parent e1682fe538
commit d8f3aa0084
4 changed files with 5 additions and 5 deletions

View file

@ -1827,12 +1827,12 @@ viderr:
uart_putc('\n');
uart_puts(" * Entry point ");
uart_hex(entrypoint,8);
uart_putc('\n');
if(initstack != 1024) {
uart_putc('\n');
uart_puts(" * Stack Size ");
uart_hex(initstack,8);
uart_putc('\n');
}
uart_putc('\n');
#endif
// release AP spinlock
bsp_done=1;

BIN
dist/bootboot.img vendored

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -6,8 +6,8 @@ extern unsigned char binary_boot_bin[512];
extern unsigned char binary_bootboot_bin[9284];
#define sizeof_bootboot_efi 103614
extern unsigned char binary_bootboot_efi[46349];
#define sizeof_bootboot_img 35488
extern unsigned char binary_bootboot_img[20152];
#define sizeof_bootboot_img 35496
extern unsigned char binary_bootboot_img[20143];
#define sizeof_bootboot_rv64 8192
extern unsigned char binary_bootboot_rv64[31];
#define sizeof_LICENCE_broadcom 1594