diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-10-24 10:36:13 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-10-31 23:04:38 +0900 |
commit | 78385bf2359d828184d0b3649f7ae6b933420000 (patch) | |
tree | 5db40fb55aa2febc85a828c62ad730353846223c | |
parent | c6525d459c350bfc246ea7826456af77e1e314eb (diff) | |
download | u-boot-imx-78385bf2359d828184d0b3649f7ae6b933420000.zip u-boot-imx-78385bf2359d828184d0b3649f7ae6b933420000.tar.gz u-boot-imx-78385bf2359d828184d0b3649f7ae6b933420000.tar.bz2 |
sh: sh7763rdp: Moved sh7763rdp board to board/renesas
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | board/renesas/sh7763rdp/Makefile (renamed from board/sh7763rdp/Makefile) | 0 | ||||
-rw-r--r-- | board/renesas/sh7763rdp/config.mk (renamed from board/sh7763rdp/config.mk) | 0 | ||||
-rw-r--r-- | board/renesas/sh7763rdp/lowlevel_init.S (renamed from board/sh7763rdp/lowlevel_init.S) | 0 | ||||
-rw-r--r-- | board/renesas/sh7763rdp/sh7763rdp.c (renamed from board/sh7763rdp/sh7763rdp.c) | 0 | ||||
-rw-r--r-- | board/renesas/sh7763rdp/u-boot.lds (renamed from board/sh7763rdp/u-boot.lds) | 0 |
6 files changed, 1 insertions, 1 deletions
@@ -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 index 62a683d..62a683d 100644 --- a/board/sh7763rdp/Makefile +++ b/board/renesas/sh7763rdp/Makefile diff --git a/board/sh7763rdp/config.mk b/board/renesas/sh7763rdp/config.mk index c52dbfd..c52dbfd 100644 --- a/board/sh7763rdp/config.mk +++ b/board/renesas/sh7763rdp/config.mk diff --git a/board/sh7763rdp/lowlevel_init.S b/board/renesas/sh7763rdp/lowlevel_init.S index 2a44eee..2a44eee 100644 --- a/board/sh7763rdp/lowlevel_init.S +++ b/board/renesas/sh7763rdp/lowlevel_init.S diff --git a/board/sh7763rdp/sh7763rdp.c b/board/renesas/sh7763rdp/sh7763rdp.c index 88bab70..88bab70 100644 --- a/board/sh7763rdp/sh7763rdp.c +++ b/board/renesas/sh7763rdp/sh7763rdp.c diff --git a/board/sh7763rdp/u-boot.lds b/board/renesas/sh7763rdp/u-boot.lds index 7177416..7177416 100644 --- a/board/sh7763rdp/u-boot.lds +++ b/board/renesas/sh7763rdp/u-boot.lds |