summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/danube/prom.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-12-22 13:55:14 +0000
committerJohn Crispin <john@openwrt.org>2007-12-22 13:55:14 +0000
commitede75452000b57a7eee95be4469690dae165d1bd (patch)
treef1ef9623582d04f291876626ff75b12f18ea975e /target/linux/ifxmips/files/arch/mips/danube/prom.c
parent4da7f2dbed36a301c92087a8d6b11cd8bb3ab3d0 (diff)
downloadmaster-31e0f0ae-ede75452000b57a7eee95be4469690dae165d1bd.tar.gz
master-31e0f0ae-ede75452000b57a7eee95be4469690dae165d1bd.tar.bz2
master-31e0f0ae-ede75452000b57a7eee95be4469690dae165d1bd.zip
danube to ifxmips transition
SVN-Revision: 9825
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/danube/prom.c')
-rw-r--r--target/linux/ifxmips/files/arch/mips/danube/prom.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/danube/prom.c b/target/linux/ifxmips/files/arch/mips/danube/prom.c
index 9933d419c7..317a23ca4a 100644
--- a/target/linux/ifxmips/files/arch/mips/danube/prom.c
+++ b/target/linux/ifxmips/files/arch/mips/danube/prom.c
@@ -1,5 +1,5 @@
/*
- * arch/mips/danube/prom.c
+ * arch/mips/ifxmips/prom.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
*
* Copyright (C) 2005 Wu Qi Ming infineon
*
- * Rewrite of Infineon Danube code, thanks to infineon for the support,
+ * Rewrite of Infineon IFXMips code, thanks to infineon for the support,
* software and hardware
*
* Copyright (C) 2007 John Crispin <blogic@openwrt.org>
@@ -27,7 +27,7 @@
#include <linux/init.h>
#include <linux/bootmem.h>
#include <asm/bootinfo.h>
-#include <asm/danube/danube.h>
+#include <asm/ifxmips/ifxmips.h>
static char buf[1024];