diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-10 12:51:22 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-15 10:16:23 -0500 |
commit | 215386e48c84bdd2a29bf9d22150f462954e9e8d (patch) | |
tree | e3aa3d39bf9ecaf8b97fe4abdd7d4f4d33af3a7f /doc/arch/sh.rst | |
parent | 5617351532fdf5d92b3af47d75b4fe1d800c377d (diff) | |
download | u-boot-215386e48c84bdd2a29bf9d22150f462954e9e8d.tar.gz u-boot-215386e48c84bdd2a29bf9d22150f462954e9e8d.tar.xz u-boot-215386e48c84bdd2a29bf9d22150f462954e9e8d.zip |
sh: Remove r7780mp board
This board has not been converted to CONFIG_DM by the deadline of v2020.01
and is missing other conversions which depend on this as well. Remove it.
Patch-cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Patch-cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/arch/sh.rst')
-rw-r--r-- | doc/arch/sh.rst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/arch/sh.rst b/doc/arch/sh.rst index 3a3f92dd3e..3e3759d68b 100644 --- a/doc/arch/sh.rst +++ b/doc/arch/sh.rst @@ -26,10 +26,6 @@ Renesas SH7722 ^^^^^^^^^^^^^^ This CPU has the SH4AL-DSP core. -Renesas SH7780 -^^^^^^^^^^^^^^ -This CPU has the SH4A core. - Supported Boards ---------------- @@ -67,20 +63,6 @@ Support devices are: - NOR Flash - Marubun PCMCIA -Renesas R7780MP -^^^^^^^^^^^^^^^ -Board specific code is in board/r7780mp -To use this board, type "make r7780mp_config". -Support devices are: - - - SCIF - - DDR-SDRAM - - NOR Flash - - Compact Flash - - ASIX ethernet - - SH7780 PCI bridge - - RTL8110 ethernet - In SuperH, S-record and binary of made u-boot work on the memory. When u-boot is written in the flash, it is necessary to change the address by using 'objcopy':: |