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)
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>

No differences found