From 78385bf2359d828184d0b3649f7ae6b933420000 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 24 Oct 2008 10:36:13 +0900 Subject: [PATCH] sh: sh7763rdp: Moved sh7763rdp board to board/renesas Signed-off-by: Nobuhiro Iwamatsu --- Makefile | 2 +- board/{ => renesas}/sh7763rdp/Makefile | 0 board/{ => renesas}/sh7763rdp/config.mk | 0 board/{ => renesas}/sh7763rdp/lowlevel_init.S | 0 board/{ => renesas}/sh7763rdp/sh7763rdp.c | 0 board/{ => renesas}/sh7763rdp/u-boot.lds | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename board/{ => renesas}/sh7763rdp/Makefile (100%) rename board/{ => renesas}/sh7763rdp/config.mk (100%) rename board/{ => renesas}/sh7763rdp/lowlevel_init.S (100%) rename board/{ => renesas}/sh7763rdp/sh7763rdp.c (100%) rename board/{ => renesas}/sh7763rdp/u-boot.lds (100%) 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