Message ID | 20230221031004.18910-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | sh: SH2007: drop the bad URL info | expand |
On Tue, Feb 21, 2023 at 4:10 AM Randy Dunlap <rdunlap@infradead.org> wrote: > This URL provided is no longer functional, so drop it. > > Fixes: 3a598264436e ("sh: SH-2007 board support.") > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
On Mon, 2023-02-20 at 19:10 -0800, Randy Dunlap wrote: > This URL provided is no longer functional, so drop it. > > Fixes: 3a598264436e ("sh: SH-2007 board support.") > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> > Cc: Yoshinori Sato <ysato@users.sourceforge.jp> > Cc: Rich Felker <dalias@libc.org> > Cc: Geert Uytterhoeven <geert+renesas@glider.be> > Cc: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp> > Cc: Paul Mundt <lethal@linux-sh.org> > Cc: linux-sh@vger.kernel.org > --- > arch/sh/boards/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff -- a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig > --- a/arch/sh/boards/Kconfig > +++ b/arch/sh/boards/Kconfig > @@ -358,7 +358,6 @@ config SH_SH2007 > intended for embedded applications. > It has an Ethernet interface (SMC9118), direct connected > Compact Flash socket, two serial ports and PC-104 bus. > - More information at <http://sh2000.sh-linux.org>. > > config SH_APSH4A3A > bool "AP-SH4A-3A" Thanks, Randy! I will pick this one up as soon as my kernel.org account is ready, so I can set up my SH tree. Adrian
diff -- a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -358,7 +358,6 @@ config SH_SH2007 intended for embedded applications. It has an Ethernet interface (SMC9118), direct connected Compact Flash socket, two serial ports and PC-104 bus. - More information at <http://sh2000.sh-linux.org>. config SH_APSH4A3A bool "AP-SH4A-3A"
This URL provided is no longer functional, so drop it. Fixes: 3a598264436e ("sh: SH-2007 board support.") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Rich Felker <dalias@libc.org> Cc: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp> Cc: Paul Mundt <lethal@linux-sh.org> Cc: linux-sh@vger.kernel.org --- arch/sh/boards/Kconfig | 1 - 1 file changed, 1 deletion(-)