diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-30 13:45:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-30 13:45:49 +0000 |
commit | 1850996a1ba88b45baa5b74ef79502e83a1799b1 (patch) | |
tree | 168596393fa030a9b569a6680562b7a5e56830dc /target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c | |
parent | 485eb5d5f399f5d90a4da2b29e59c4a944debf8b (diff) | |
download | upstream-1850996a1ba88b45baa5b74ef79502e83a1799b1.tar.gz upstream-1850996a1ba88b45baa5b74ef79502e83a1799b1.tar.bz2 upstream-1850996a1ba88b45baa5b74ef79502e83a1799b1.zip |
[brcm63xx] a couple of more fixes to get 6345 booting up to the console handover
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16636 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c')
-rw-r--r-- | target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c index 964a1479c6..7e52822aa9 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/prom.c @@ -28,8 +28,6 @@ void __init prom_init(void) /* disable all hardware blocks clock for now */ if (BCMCPU_IS_6338()) mask = CKCTL_6338_ALL_SAFE_EN; - else if (BCMCPU_IS_6345()) - mask = CKCTL_6345_UART_EN; else if (BCMCPU_IS_6348()) mask = CKCTL_6348_ALL_SAFE_EN; else |