From ecbc6078029dda1ccd463a15dba7ea11b6665276 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 15 Jan 2009 22:42:22 +0000 Subject: [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 --- target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/cpu.c index b7c041f60..82a77c48e 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[] = { -- cgit v1.2.3