From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Fri, 24 Oct 2008 01:34:21 +0000 (+0900)
Subject: sh: r7780mp: Moved r7780mp board to board/renesas
X-Git-Tag: v2025.01-rc5-pxa1908~21734^2~5
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-logo.png?a=commitdiff_plain;h=acd3e30d09a73f876222f0d496c4f52ee9d0771d;p=u-boot.git

sh: r7780mp: Moved r7780mp board to board/renesas

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---

diff --git a/Makefile b/Makefile
index 04012f857d..846ca11571 100644
--- a/Makefile
+++ b/Makefile
@@ -3164,7 +3164,7 @@ r2dplus_config  :   unconfig
 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