aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.8/401-bcm963xx_real_rootfs_length.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-05-19 18:32:02 +0000
committerJonas Gorski <jogo@openwrt.org>2013-05-19 18:32:02 +0000
commit1f4e5f77a0d5bc3cce01c501409ccfdce08b0382 (patch)
treef8546508f3f1b188cf1d39ef4cc8fe01739af3fe /target/linux/brcm63xx/patches-3.8/401-bcm963xx_real_rootfs_length.patch
parent6e2b85b4016a2db5f49fb7da1ef479a82979393c (diff)
downloadupstream-1f4e5f77a0d5bc3cce01c501409ccfdce08b0382.tar.gz
upstream-1f4e5f77a0d5bc3cce01c501409ccfdce08b0382.tar.bz2
upstream-1f4e5f77a0d5bc3cce01c501409ccfdce08b0382.zip
bcm63xx: Simplify CFE detection.
Check bootloader argument in mtd. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo@openwrt.org: split into two patches, one for detection, one letting bcm63xxpart use it.] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36659
Diffstat (limited to 'target/linux/brcm63xx/patches-3.8/401-bcm963xx_real_rootfs_length.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.8/401-bcm963xx_real_rootfs_length.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.8/401-bcm963xx_real_rootfs_length.patch b/target/linux/brcm63xx/patches-3.8/401-bcm963xx_real_rootfs_length.patch
index e5d0208659..caf8b9514d 100644
--- a/target/linux/brcm63xx/patches-3.8/401-bcm963xx_real_rootfs_length.patch
+++ b/target/linux/brcm63xx/patches-3.8/401-bcm963xx_real_rootfs_length.patch
@@ -15,7 +15,7 @@
/* 240-255: Unused at present */
--- a/drivers/mtd/bcm63xxpart.c
+++ b/drivers/mtd/bcm63xxpart.c
-@@ -134,7 +134,8 @@ static int bcm63xx_parse_cfe_partitions(
+@@ -110,7 +110,8 @@ static int bcm63xx_parse_cfe_partitions(
} else {
/* OpenWrt layout */
rootfsaddr = kerneladdr + kernellen;