diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-01-06 12:38:01 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2011-01-06 12:38:01 +0900 |
commit | a972089a5bf7613334088f60e2ae92fc25a8749b (patch) | |
tree | eaef3755e78f438ea67c9e18bf4d43bee5408bb3 /board/shmin | |
parent | 356970929a0d00c53e8c07bca960bc26a84ea6b2 (diff) | |
download | u-boot-imx-a972089a5bf7613334088f60e2ae92fc25a8749b.zip u-boot-imx-a972089a5bf7613334088f60e2ae92fc25a8749b.tar.gz u-boot-imx-a972089a5bf7613334088f60e2ae92fc25a8749b.tar.bz2 |
sh: Add support T-SH7706LSR board
This patch supports T-SH7706LSR board.
This is constitution almost same as shmin (T-SH7706LAN).
Therefore, most functions work by a change of the setting of config.
http://web.kyoto-inet.or.jp/people/takagaki/T-SH7706/T-SH7706LSR.htm
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/shmin')
-rw-r--r-- | board/shmin/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/shmin/config.mk b/board/shmin/config.mk index eca20d4..0c7605e 100644 --- a/board/shmin/config.mk +++ b/board/shmin/config.mk @@ -24,4 +24,4 @@ # NOTE: Must match value used in u-boot.lds (in this directory). # -CONFIG_SYS_TEXT_BASE = 0x8DFC0000 +CONFIG_SYS_TEXT_BASE = 0x8DFB0000 |