* 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
|
@ -51,7 +51,7 @@ FUNCTION(_start)
|
|||
b codestart
|
||||
|
||||
@ 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)
|
||||
.long 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue