mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Fixed newline
This commit is contained in:
parent
e1682fe538
commit
d8f3aa0084
4 changed files with 5 additions and 5 deletions
|
@ -1827,12 +1827,12 @@ viderr:
|
||||||
uart_putc('\n');
|
uart_putc('\n');
|
||||||
uart_puts(" * Entry point ");
|
uart_puts(" * Entry point ");
|
||||||
uart_hex(entrypoint,8);
|
uart_hex(entrypoint,8);
|
||||||
|
uart_putc('\n');
|
||||||
if(initstack != 1024) {
|
if(initstack != 1024) {
|
||||||
uart_putc('\n');
|
|
||||||
uart_puts(" * Stack Size ");
|
uart_puts(" * Stack Size ");
|
||||||
uart_hex(initstack,8);
|
uart_hex(initstack,8);
|
||||||
|
uart_putc('\n');
|
||||||
}
|
}
|
||||||
uart_putc('\n');
|
|
||||||
#endif
|
#endif
|
||||||
// release AP spinlock
|
// release AP spinlock
|
||||||
bsp_done=1;
|
bsp_done=1;
|
||||||
|
|
BIN
dist/bootboot.img
vendored
BIN
dist/bootboot.img
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -6,8 +6,8 @@ extern unsigned char binary_boot_bin[512];
|
||||||
extern unsigned char binary_bootboot_bin[9284];
|
extern unsigned char binary_bootboot_bin[9284];
|
||||||
#define sizeof_bootboot_efi 103614
|
#define sizeof_bootboot_efi 103614
|
||||||
extern unsigned char binary_bootboot_efi[46349];
|
extern unsigned char binary_bootboot_efi[46349];
|
||||||
#define sizeof_bootboot_img 35488
|
#define sizeof_bootboot_img 35496
|
||||||
extern unsigned char binary_bootboot_img[20152];
|
extern unsigned char binary_bootboot_img[20143];
|
||||||
#define sizeof_bootboot_rv64 8192
|
#define sizeof_bootboot_rv64 8192
|
||||||
extern unsigned char binary_bootboot_rv64[31];
|
extern unsigned char binary_bootboot_rv64[31];
|
||||||
#define sizeof_LICENCE_broadcom 1594
|
#define sizeof_LICENCE_broadcom 1594
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue