diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-04-26 09:22:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-04-26 09:22:27 +0000 |
commit | 84dd37d9302e887ed21ee67c21919c134e9060a2 (patch) | |
tree | 8fcc4ff140d623b5cd9a8071f8c8e0fe22f20c72 /target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch | |
parent | 52231f694d0dcf47a0c067af4e054e084e8ea8b1 (diff) | |
download | upstream-84dd37d9302e887ed21ee67c21919c134e9060a2.tar.gz upstream-84dd37d9302e887ed21ee67c21919c134e9060a2.tar.bz2 upstream-84dd37d9302e887ed21ee67c21919c134e9060a2.zip |
fix bcm6358 spi base register address (#7234)
SVN-Revision: 21163
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch b/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch index 4784de7d6a..6edb8c7873 100644 --- a/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch +++ b/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch @@ -13,7 +13,7 @@ Signed-off-by: Axel Gembe <ago@bastart.eu.org> --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig -@@ -259,6 +259,13 @@ config MTD_ALCHEMY +@@ -257,6 +257,13 @@ config MTD_ALCHEMY help Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards @@ -342,7 +342,7 @@ Signed-off-by: Axel Gembe <ago@bastart.eu.org> +MODULE_AUTHOR("Mike Albon <malbon@openwrt.org>"); --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -722,20 +722,6 @@ static int board_get_mac_address(u8 *mac +@@ -721,20 +721,6 @@ static int board_get_mac_address(u8 *mac return 0; } @@ -363,7 +363,7 @@ Signed-off-by: Axel Gembe <ago@bastart.eu.org> static struct resource mtd_resources[] = { { .start = 0, /* filled at runtime */ -@@ -745,12 +731,9 @@ static struct resource mtd_resources[] = +@@ -744,12 +730,9 @@ static struct resource mtd_resources[] = }; static struct platform_device mtd_dev = { |