mirror of
http://cgit.git.savannah.gnu.org/git/grub.git
synced 2026-05-13 15:03:45 +00:00
* grub-core/kern/arm/uboot/startup.S: Use .org rather than assigning
".".
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user