Skip to content

Commit

Permalink
m68knommu: remove no longer used rom_length from Palm/Pilot start up …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Greg Ungerer committed Dec 30, 2011
1 parent c0e0c89 commit 2c85bd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/m68k/platform/68328/head-pilot.S
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ L3:
moveq #79, %d7
movel %d0, _ramend

movel %a3, %d0
movel %d0, rom_length

pea 0
pea env
pea %sp@(4)
Expand Down

0 comments on commit 2c85bd3

Please sign in to comment.