commit | acd3e30d09a73f876222f0d496c4f52ee9d0771d | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Fri Oct 24 10:34:21 2008 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Fri Oct 31 23:04:25 2008 +0900 |
tree | 2fdbef30b2e95210907a1e32960938f4b6e1510e | |
parent | f84e6ea275353b8fea772ec7553ff7e4b1f642e0 [diff] |
sh: r7780mp: Moved r7780mp board to board/renesas Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
diff --git a/Makefile b/Makefile index 04012f8..846ca11 100644 --- a/Makefile +++ b/Makefile
@@ -3164,7 +3164,7 @@ r7780mp_config: unconfig @mkdir -p $(obj)include @echo "#define CONFIG_R7780MP 1" > $(obj)include/config.h - @$(MKCONFIG) -a $(@:_config=) sh sh4 r7780mp + @$(MKCONFIG) -a $(@:_config=) sh sh4 r7780mp renesas sh7763rdp_config : unconfig @mkdir -p $(obj)include
diff --git a/board/r7780mp/Makefile b/board/renesas/r7780mp/Makefile similarity index 100% rename from board/r7780mp/Makefile rename to board/renesas/r7780mp/Makefile
diff --git a/board/r7780mp/config.mk b/board/renesas/r7780mp/config.mk similarity index 100% rename from board/r7780mp/config.mk rename to board/renesas/r7780mp/config.mk
diff --git a/board/r7780mp/lowlevel_init.S b/board/renesas/r7780mp/lowlevel_init.S similarity index 100% rename from board/r7780mp/lowlevel_init.S rename to board/renesas/r7780mp/lowlevel_init.S
diff --git a/board/r7780mp/r7780mp.c b/board/renesas/r7780mp/r7780mp.c similarity index 100% rename from board/r7780mp/r7780mp.c rename to board/renesas/r7780mp/r7780mp.c
diff --git a/board/r7780mp/r7780mp.h b/board/renesas/r7780mp/r7780mp.h similarity index 100% rename from board/r7780mp/r7780mp.h rename to board/renesas/r7780mp/r7780mp.h
diff --git a/board/r7780mp/u-boot.lds b/board/renesas/r7780mp/u-boot.lds similarity index 100% rename from board/r7780mp/u-boot.lds rename to board/renesas/r7780mp/u-boot.lds