commit | ba7bae8d54fb596c7f7221c756600edb61b50c5a | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Fri Oct 24 10:36:13 2008 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Fri Oct 31 23:04:38 2008 +0900 |
tree | 5db40fb55aa2febc85a828c62ad730353846223c | |
parent | 3b0928c3d1d628ef4eb2b05739cdc98ff161a3c6 [diff] |
sh: sh7763rdp: Moved sh7763rdp board to board/renesas Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
diff --git a/Makefile b/Makefile index 69ec707..ab61375 100644 --- a/Makefile +++ b/Makefile
@@ -3169,7 +3169,7 @@ sh7763rdp_config : unconfig @mkdir -p $(obj)include @echo "#define CONFIG_SH7763RDP 1" > $(obj)include/config.h - @$(MKCONFIG) -a $(@:_config=) sh sh4 sh7763rdp + @$(MKCONFIG) -a $(@:_config=) sh sh4 sh7763rdp renesas sh7785lcr_config : unconfig @ >include/config.h
diff --git a/board/sh7763rdp/Makefile b/board/renesas/sh7763rdp/Makefile similarity index 100% rename from board/sh7763rdp/Makefile rename to board/renesas/sh7763rdp/Makefile
diff --git a/board/sh7763rdp/config.mk b/board/renesas/sh7763rdp/config.mk similarity index 100% rename from board/sh7763rdp/config.mk rename to board/renesas/sh7763rdp/config.mk
diff --git a/board/sh7763rdp/lowlevel_init.S b/board/renesas/sh7763rdp/lowlevel_init.S similarity index 100% rename from board/sh7763rdp/lowlevel_init.S rename to board/renesas/sh7763rdp/lowlevel_init.S
diff --git a/board/sh7763rdp/sh7763rdp.c b/board/renesas/sh7763rdp/sh7763rdp.c similarity index 100% rename from board/sh7763rdp/sh7763rdp.c rename to board/renesas/sh7763rdp/sh7763rdp.c
diff --git a/board/sh7763rdp/u-boot.lds b/board/renesas/sh7763rdp/u-boot.lds similarity index 100% rename from board/sh7763rdp/u-boot.lds rename to board/renesas/sh7763rdp/u-boot.lds