kernel: remove unused var
This commit is contained in:
parent
62841e2935
commit
8b4492ed1c
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@
|
||||||
/* String length used for mb_itoa */
|
/* String length used for mb_itoa */
|
||||||
#define ITOA_BUFFER_SIZE 20
|
#define ITOA_BUFFER_SIZE 20
|
||||||
|
|
||||||
/* Info on boot modules */
|
|
||||||
phys_bytes mulitboot_modules_addr;
|
|
||||||
|
|
||||||
#define mb_load_phymem(buf, phy, len) \
|
#define mb_load_phymem(buf, phy, len) \
|
||||||
phys_copy((phy), (u32_t)(buf), (len))
|
phys_copy((phy), (u32_t)(buf), (len))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue