On Mon, 2019-09-02 at 09:44 +0200, Jan Beulich wrote: > Right, just one pair should survive. And seeing how things work before > this series I think it indeed should be linker script symbols only. > And then the ALIGN() ahead of the "start" ones should stay, but there's > no need for one on the "end" ones (again as is currently the case). If we don't align the end symbol then we need to go back to rounding up the length with ((boot_trampoline_end - boot_trampoline_start) + 3) / 4 again though, right?