* grub-core/kern/arm/uboot/startup.S: Use .org rather than assigning
".".
This commit is contained in:
parent
286551b4eb
commit
bc379c1aa1
2 changed files with 7 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue