summaryrefslogtreecommitdiffstats
path: root/board/gdsys
diff options
context:
space:
mode:
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 12f8a642e7..12f8a642e7 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 e46f4d8ece..e46f4d8ece 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 56e397d77a..56e397d77a 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 e205c9d7e8..e205c9d7e8 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 8a5ea300d7..0de1be8579 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 0c95d5c298..c1cbd1c4ac 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)
OpenPOWER on IntegriCloud