m68knommu: remove no longer used rom_length from Palm/Pilot start up code
authorGreg Ungerer <gerg@uclinux.org>
Thu, 22 Dec 2011 07:15:31 +0000 (17:15 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Fri, 30 Dec 2011 00:20:15 +0000 (10:20 +1000)
commit2c85bd318996bb915b7181cecea602272752550c
tree9b2e7fe91a09eabb0cda81d8c548b7a562413652
parentc0e0c89c089f4bd66dbbd1a44da90abe74fe3f02
m68knommu: remove no longer used rom_length from Palm/Pilot start up code

Compiling for the m68knommu/68328 Palm/Pilot target you get:

  LD      vmlinux
arch/m68k/platform/68328/head.o: In function `L3':
(.text+0x170): undefined reference to `rom_length'

"rom_length" is not used any longer by any of the m68knommu code.
So remove it from here too.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/platform/68328/head-pilot.S