Correct ld variable type
They should be declared as char
This commit is contained in:
parent
63757b1e0c
commit
6a00aa4762
@ -11,8 +11,8 @@
|
||||
|
||||
|
||||
// Defined in linker.ld script
|
||||
extern uint32_t __ld_kernel_begin;
|
||||
extern uint32_t __ld_kernel_end;
|
||||
extern char __ld_kernel_begin;
|
||||
extern char __ld_kernel_end;
|
||||
|
||||
struct phyMemDesc {
|
||||
paddr_t phy_addr;
|
||||
|
Loading…
Reference in New Issue
Block a user