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