diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-01-15 22:42:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-01-15 22:42:22 +0000 |
commit | a584f05dfbf7e6b3f9189743cdd9663587945324 (patch) | |
tree | 0762baea322d47d12e18d5976cb1130b793d94da /target | |
parent | 53729b100e398cd8578e4943cd9820f6f0a20094 (diff) | |
download | upstream-a584f05dfbf7e6b3f9189743cdd9663587945324.tar.gz upstream-a584f05dfbf7e6b3f9189743cdd9663587945324.tar.bz2 upstream-a584f05dfbf7e6b3f9189743cdd9663587945324.zip |
[brcm63xx] allow bcm6338 to get the base address of the memory controller register, required to detect memory size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14047 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c index b7c041f60d..82a77c48e6 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c @@ -36,6 +36,7 @@ static const unsigned long bcm96338_regs_base[] = { [RSET_UART0] = BCM_6338_UART0_BASE, [RSET_GPIO] = BCM_6338_GPIO_BASE, [RSET_SPI] = BCM_6338_SPI_BASE, + [RSET_MEMC] = BCM_6338_MEMC_BASE, }; static const int bcm96338_irqs[] = { |