sh: mach-snapgear: Kill off machtype, consolidate board def.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 29 Oct 2010 10:06:53 +0000 (19:06 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 29 Oct 2010 10:06:53 +0000 (19:06 +0900)
commitf6eec8d66400714e47add3d8341688a1e86c5de9
treec8eb2ef3ada5e448503f6013ed1b3e8e1a3009a7
parent39c11984a4f36bd1ce7f90f7506824955f0f4863
sh: mach-snapgear: Kill off machtype, consolidate board def.

Only the secureedge5410 was ever supported by this code, so make the
board specification explicit rather than perpetuating a mach group.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile
arch/sh/boards/Makefile
arch/sh/boards/board-secureedge5410.c [new file with mode: 0644]
arch/sh/boards/mach-snapgear/Makefile [deleted file]
arch/sh/boards/mach-snapgear/setup.c [deleted file]
arch/sh/configs/secureedge5410_defconfig [new file with mode: 0644]
arch/sh/configs/snapgear_defconfig [deleted file]
arch/sh/include/mach-common/mach/secureedge5410.h [new file with mode: 0644]
arch/sh/include/mach-common/mach/snapgear.h [deleted file]
drivers/rtc/rtc-ds1302.c
This page took 0.039847 seconds and 5 git commands to generate.