mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-15 02:22:01 +00:00
* grub-core/kern/arm/uboot/startup.S: Use .org rather than assigning
".".
This commit is contained in:
parent
286551b4eb
commit
bc379c1aa1
@ -1,4 +1,9 @@
|
|||||||
2013-11-12 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-11-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/kern/arm/uboot/startup.S: Use .org rather than assigning
|
||||||
|
".".
|
||||||
|
|
||||||
|
2013-11-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* include/grub/symbol.h (ADDR): New macro. Replace all occurences of
|
* include/grub/symbol.h (ADDR): New macro. Replace all occurences of
|
||||||
=x with ADDR(x) in arm assembly.
|
=x with ADDR(x) in arm assembly.
|
||||||
|
@ -51,7 +51,7 @@ FUNCTION(_start)
|
|||||||
b codestart
|
b codestart
|
||||||
|
|
||||||
@ Size of final image integrated module blob - set by grub-mkimage
|
@ Size of final image integrated module blob - set by grub-mkimage
|
||||||
. = _start + GRUB_KERNEL_MACHINE_TOTAL_MODULE_SIZE
|
.org _start + GRUB_KERNEL_MACHINE_TOTAL_MODULE_SIZE
|
||||||
VARIABLE(grub_total_module_size)
|
VARIABLE(grub_total_module_size)
|
||||||
.long 0
|
.long 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user