sparc: fix tftpboot.img build
authorSam Ravnborg <sam@ravnborg.org>
Sun, 21 Jun 2009 16:46:10 +0000 (16:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2009 02:55:59 +0000 (19:55 -0700)
commit52da82cfb569b44e26e15395a6727277758580fe
tree92f67a5313bd469c2a3c85d623ddcfd361ff23e7
parent22b096a8907e5184f25fafd1b73f0b3633d52495
sparc: fix tftpboot.img build

Kjetil Oftedal mentioned that piggyback_32 was failing
when building a sparc image.

I tracked this down to the fact that the kernel no longer
provided an absolute symbol named "end".

Commit 86ed40bd6fe511d26bb8f3fa65a84cb65c235366 ("sparc: unify sections.h")
renamed end to _end but failed to update piggyback_32.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Kjetil Oftedal <oftedal@gmail.com>
Cc: Robert Reif <reif@earthlink.net>
Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/boot/piggyback_32.c