diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-12-22 02:15:31 -0500 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-12-29 19:20:15 -0500 |
commit | 2c85bd318996bb915b7181cecea602272752550c (patch) | |
tree | 9b2e7fe91a09eabb0cda81d8c548b7a562413652 /arch | |
parent | c0e0c89c089f4bd66dbbd1a44da90abe74fe3f02 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/platform/68328/head-pilot.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/platform/68328/head-pilot.S b/arch/m68k/platform/68328/head-pilot.S index 255c28d1e755..2ebfd6420818 100644 --- a/arch/m68k/platform/68328/head-pilot.S +++ b/arch/m68k/platform/68328/head-pilot.S | |||
@@ -173,9 +173,6 @@ L3: | |||
173 | moveq #79, %d7 | 173 | moveq #79, %d7 |
174 | movel %d0, _ramend | 174 | movel %d0, _ramend |
175 | 175 | ||
176 | movel %a3, %d0 | ||
177 | movel %d0, rom_length | ||
178 | |||
179 | pea 0 | 176 | pea 0 |
180 | pea env | 177 | pea env |
181 | pea %sp@(4) | 178 | pea %sp@(4) |