From a972089a5bf7613334088f60e2ae92fc25a8749b Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Thu, 6 Jan 2011 12:38:01 +0900 Subject: 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 --- board/shmin/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/shmin') diff --git a/board/shmin/config.mk b/board/shmin/config.mk index eca20d4c5..0c7605e7f 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 -- cgit v1.2.3