m68k: The bootinfo is located right after the kernel

Since the introduction of init sections (which are located after BSS), the
bootinfo is no longer located right after the BSS, but after all kernel
sections.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Geert Uytterhoeven
2013-09-09 09:00:50 +02:00
vanhempi b3ce717205
commit 29a2020357
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa

Näytä tiedosto

@@ -1532,7 +1532,7 @@ L(cache_done):
/*
* Find a tag record in the bootinfo structure
* The bootinfo structure is located right after the kernel bss
* The bootinfo structure is located right after the kernel
* Returns: d0: size (-1 if not found)
* a0: data pointer (end-of-records if not found)
*/