diff --git a/Makefile b/Makefile index 69ec707f9..ab6137587 100644 --- a/Makefile +++ b/Makefile @@ -3169,7 +3169,7 @@ r7780mp_config: unconfig 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