diff options
author | Dirk Eibach <eibach@gdsys.de> | 2009-09-09 12:36:07 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-09-11 10:37:47 +0200 |
commit | 4c1883670acbf1cc83c04df1876235c3aedde128 (patch) | |
tree | 5677ff6aad8358a064bf4edc2008e5dfc596de82 /board/gdsys | |
parent | d1c3b27525b664e8c4db6bb173eed51bfc8220de (diff) |
ppc4xx: Rename compactcenter to intip
Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/gdsys')
-rw-r--r-- | board/gdsys/intip/Makefile (renamed from board/gdsys/compactcenter/Makefile) | 0 | ||||
-rw-r--r-- | board/gdsys/intip/chip_config.c (renamed from board/gdsys/compactcenter/chip_config.c) | 0 | ||||
-rw-r--r-- | board/gdsys/intip/config.mk (renamed from board/gdsys/compactcenter/config.mk) | 0 | ||||
-rw-r--r-- | board/gdsys/intip/init.S (renamed from board/gdsys/compactcenter/init.S) | 0 | ||||
-rw-r--r-- | board/gdsys/intip/intip.c (renamed from board/gdsys/compactcenter/compactcenter.c) | 2 | ||||
-rw-r--r-- | board/gdsys/intip/u-boot.lds (renamed from board/gdsys/compactcenter/u-boot.lds) | 2 |
6 files changed, 2 insertions, 2 deletions
diff --git a/board/gdsys/compactcenter/Makefile b/board/gdsys/intip/Makefile index 12f8a642e..12f8a642e 100644 --- a/board/gdsys/compactcenter/Makefile +++ b/board/gdsys/intip/Makefile diff --git a/board/gdsys/compactcenter/chip_config.c b/board/gdsys/intip/chip_config.c index e46f4d8ec..e46f4d8ec 100644 --- a/board/gdsys/compactcenter/chip_config.c +++ b/board/gdsys/intip/chip_config.c diff --git a/board/gdsys/compactcenter/config.mk b/board/gdsys/intip/config.mk index 56e397d77..56e397d77 100644 --- a/board/gdsys/compactcenter/config.mk +++ b/board/gdsys/intip/config.mk diff --git a/board/gdsys/compactcenter/init.S b/board/gdsys/intip/init.S index e205c9d7e..e205c9d7e 100644 --- a/board/gdsys/compactcenter/init.S +++ b/board/gdsys/intip/init.S diff --git a/board/gdsys/compactcenter/compactcenter.c b/board/gdsys/intip/intip.c index 8a5ea300d..0de1be857 100644 --- a/board/gdsys/compactcenter/compactcenter.c +++ b/board/gdsys/intip/intip.c @@ -129,7 +129,7 @@ int checkboard(void) #ifdef CONFIG_DEVCONCENTER printf("Board: DevCon-Center"); #else - printf("Board: CompactCenter"); + printf("Board: Intip"); #endif if (s != NULL) { diff --git a/board/gdsys/compactcenter/u-boot.lds b/board/gdsys/intip/u-boot.lds index 0c95d5c29..c1cbd1c4a 100644 --- a/board/gdsys/compactcenter/u-boot.lds +++ b/board/gdsys/intip/u-boot.lds @@ -66,7 +66,7 @@ SECTIONS /* the sector layout of our flash chips! XXX FIXME XXX */ cpu/ppc4xx/start.o (.text) - board/gdsys/compactcenter/init.o (.text) + board/gdsys/intip/init.o (.text) *(.text) *(.fixup) |