diff options
author | Randy Dunlap <[email protected]> | 2023-03-05 20:00:31 -0800 |
---|---|---|
committer | John Paul Adrian Glaubitz <[email protected]> | 2023-03-23 10:00:02 +0100 |
commit | 68c37f917ed97e0b0e6a2be9f6be3eba39b8ea4b (patch) | |
tree | 2eedf5e66b5730b44eebd668721c8981458f5a3d | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
sh: SH2007: drop the bad URL info
This URL provided is no longer functional, so drop it.
Fixes: 3a598264436e ("sh: SH-2007 board support.")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: John Paul Adrian Glaubitz <[email protected]>
Cc: Yoshinori Sato <[email protected]>
Cc: Rich Felker <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: Hitoshi Mitake <[email protected]>
Cc: [email protected]
Reviewed-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: John Paul Adrian Glaubitz <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
-rw-r--r-- | arch/sh/boards/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 83bcb6d2daca..fafe15d3ba1d 100644 --- 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" |