aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/arch/mips
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-17 15:57:09 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-07-17 15:57:09 +0000
commit4907e1e896a603a629e3ce14b8828f43f1d456e7 (patch)
tree6501febd4862f162806e7bee642cf0b4020cd55a /target/linux/brcm63xx/files/arch/mips
parent8729e943e23552580ceabddad4a66207181b6070 (diff)
downloadmaster-187ad058-4907e1e896a603a629e3ce14b8828f43f1d456e7.tar.gz
master-187ad058-4907e1e896a603a629e3ce14b8828f43f1d456e7.tar.bz2
master-187ad058-4907e1e896a603a629e3ce14b8828f43f1d456e7.zip
[brcm63xx] fix comment only valid for bcm6345
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16881 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/files/arch/mips')
-rw-r--r--target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
index b9ff9759eb..e3ae72bff2 100644
--- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -358,7 +358,7 @@ void __init board_prom_init(void)
u32 val;
/* read base address of boot chip select (0)
- * 6338/6345 does not have MPI but boots from standard
+ * 6345 does not have MPI but boots from standard
* MIPS Flash address */
if (BCMCPU_IS_6345())
val = 0x1fc00000;