-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
=x with ADDR(x) in arm assembly.
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