aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-03-14 17:06:18 +0000
committerLuka Perkov <luka@openwrt.org>2016-03-14 17:06:18 +0000
commitfd3d2ef816aeacfa17014ccec285ece8b1bb4e38 (patch)
tree7044f12787137388c22bdab72e720abea996240d
parent747bfda55c1a109456162c1d4a390ed4e87ff017 (diff)
downloadmaster-187ad058-fd3d2ef816aeacfa17014ccec285ece8b1bb4e38.tar.gz
master-187ad058-fd3d2ef816aeacfa17014ccec285ece8b1bb4e38.tar.bz2
master-187ad058-fd3d2ef816aeacfa17014ccec285ece8b1bb4e38.zip
uboot-kirkwood/goflexhome: explicit define the size of the last partition
Explicit sets the size of the mtdparts, because the kernel has also an explicit value. If they have diffent sizes the ubi won't be detected. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49018 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/boot/uboot-kirkwood/patches/150-goflexhome.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-kirkwood/patches/150-goflexhome.patch b/package/boot/uboot-kirkwood/patches/150-goflexhome.patch
index 76daddfe5e..f9b26cfb51 100644
--- a/package/boot/uboot-kirkwood/patches/150-goflexhome.patch
+++ b/package/boot/uboot-kirkwood/patches/150-goflexhome.patch
@@ -16,7 +16,7 @@ Index: u-boot-2014.10/include/configs/goflexhome.h
#define CONFIG_MTDPARTS \
- "mtdparts=orion_nand:1m(uboot),6M(uImage),-(root)\0"
-+ "mtdparts=orion_nand:1m(uboot),-(ubi)\0"
++ "mtdparts=orion_nand:1m(uboot),255m(ubi)\0"
#define CONFIG_EXTRA_ENV_SETTINGS \
"console=console=ttyS0,115200\0" \