diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:29 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:29 +0000 |
commit | 099d5eec062d510826cc9133ac31b7aa1bc73d42 (patch) | |
tree | 47684a16e565c4fdfdf640eeeac8d1d892aba194 /target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch | |
parent | 7dbb132c8895d6f10979e882de69c94e55dfbc10 (diff) | |
download | upstream-099d5eec062d510826cc9133ac31b7aa1bc73d42.tar.gz upstream-099d5eec062d510826cc9133ac31b7aa1bc73d42.tar.bz2 upstream-099d5eec062d510826cc9133ac31b7aa1bc73d42.zip |
bcm63xx: add preliminary support for bcm6328
SVN-Revision: 31878
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch b/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch index 894ac37961..c5898d2c58 100644 --- a/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch +++ b/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch @@ -72,9 +72,9 @@ #endif #ifdef CONFIG_BCM63XX_CPU_6358 -@@ -1938,6 +1996,22 @@ void __init board_prom_init(void) - val = bcm_mpi_readl(MPI_CSBASE_REG(0)); - val &= MPI_CSBASE_BASE_MASK; +@@ -1943,6 +2001,22 @@ void __init board_prom_init(void) + val &= MPI_CSBASE_BASE_MASK; + } boot_addr = (u8 *)KSEG1ADDR(val); + printk(KERN_INFO PFX "Boot address 0x%08x\n",(unsigned int)boot_addr); + @@ -105,7 +105,7 @@ #include <bcm63xx_cpu.h> #include <bcm63xx_dev_flash.h> #include <bcm63xx_regs.h> -@@ -98,6 +99,13 @@ int __init bcm63xx_flash_register(void) +@@ -104,6 +105,13 @@ int __init bcm63xx_flash_register(void) val = bcm_mpi_readl(MPI_CSBASE_REG(0)); val &= MPI_CSBASE_BASE_MASK; |