diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-17 15:57:09 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-17 15:57:09 +0000 |
commit | 4907e1e896a603a629e3ce14b8828f43f1d456e7 (patch) | |
tree | 6501febd4862f162806e7bee642cf0b4020cd55a /target/linux | |
parent | 8729e943e23552580ceabddad4a66207181b6070 (diff) | |
download | upstream-4907e1e896a603a629e3ce14b8828f43f1d456e7.tar.gz upstream-4907e1e896a603a629e3ce14b8828f43f1d456e7.tar.bz2 upstream-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')
-rw-r--r-- | target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c | 2 |
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; |