|
@@ -979,7 +979,6 @@ static void __init spitz_fixup(struct tag *tags, char **cmdline,
|
|
|
|
|
|
#ifdef CONFIG_MACH_SPITZ
|
|
#ifdef CONFIG_MACH_SPITZ
|
|
MACHINE_START(SPITZ, "SHARP Spitz")
|
|
MACHINE_START(SPITZ, "SHARP Spitz")
|
|
- .restart_mode = 'g',
|
|
|
|
.fixup = spitz_fixup,
|
|
.fixup = spitz_fixup,
|
|
.map_io = pxa27x_map_io,
|
|
.map_io = pxa27x_map_io,
|
|
.nr_irqs = PXA_NR_IRQS,
|
|
.nr_irqs = PXA_NR_IRQS,
|
|
@@ -993,7 +992,6 @@ MACHINE_END
|
|
|
|
|
|
#ifdef CONFIG_MACH_BORZOI
|
|
#ifdef CONFIG_MACH_BORZOI
|
|
MACHINE_START(BORZOI, "SHARP Borzoi")
|
|
MACHINE_START(BORZOI, "SHARP Borzoi")
|
|
- .restart_mode = 'g',
|
|
|
|
.fixup = spitz_fixup,
|
|
.fixup = spitz_fixup,
|
|
.map_io = pxa27x_map_io,
|
|
.map_io = pxa27x_map_io,
|
|
.nr_irqs = PXA_NR_IRQS,
|
|
.nr_irqs = PXA_NR_IRQS,
|
|
@@ -1007,7 +1005,6 @@ MACHINE_END
|
|
|
|
|
|
#ifdef CONFIG_MACH_AKITA
|
|
#ifdef CONFIG_MACH_AKITA
|
|
MACHINE_START(AKITA, "SHARP Akita")
|
|
MACHINE_START(AKITA, "SHARP Akita")
|
|
- .restart_mode = 'g',
|
|
|
|
.fixup = spitz_fixup,
|
|
.fixup = spitz_fixup,
|
|
.map_io = pxa27x_map_io,
|
|
.map_io = pxa27x_map_io,
|
|
.nr_irqs = PXA_NR_IRQS,
|
|
.nr_irqs = PXA_NR_IRQS,
|