Commit c0b81e00 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

frv: head.S - Remove commented-out initialization code

The commented-out calls to processor_init() and unit_init() seem to have
been copied from mn10300, when starting the frv port. Remove them.
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent e3ccbc34
...@@ -479,11 +479,6 @@ __head_mmu_enabled: ...@@ -479,11 +479,6 @@ __head_mmu_enabled:
LEDS 0x000c LEDS 0x000c
# initialise the processor and the peripherals
#call SYMBOL_NAME(processor_init)
#call SYMBOL_NAME(unit_init)
#LEDS 0x0aff
sethi.p #0xe5e5,gr3 sethi.p #0xe5e5,gr3
setlo #0xe5e5,gr3 setlo #0xe5e5,gr3
or.p gr3,gr0,gr4 or.p gr3,gr0,gr4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment