[U-Boot] [PATCH 4/7] sh: sh7763rdp: Moved sh7763rdp board to board/renesas
Nobuhiro Iwamatsu
iwamatsu at nigauri.org
Thu Oct 30 13:25:20 CET 2008
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
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 insertions(+), 1 deletions(-)
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 69ec707..ab61375 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
--
1.5.6.5
More information about the U-Boot
mailing list