diff options
author | Luka Perkov <luka@openwrt.org> | 2016-03-14 17:06:18 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-03-14 17:06:18 +0000 |
commit | 9d0c1f484bbafa10468adf9d2b7d15931213023c (patch) | |
tree | b0dab62599e9923c4028271b9e6cb95f92b9b206 | |
parent | 35c91a22747aeea994af7eef4212cfb81dbf9cd1 (diff) | |
download | upstream-9d0c1f484bbafa10468adf9d2b7d15931213023c.tar.gz upstream-9d0c1f484bbafa10468adf9d2b7d15931213023c.tar.bz2 upstream-9d0c1f484bbafa10468adf9d2b7d15931213023c.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>
SVN-Revision: 49018
-rw-r--r-- | package/boot/uboot-kirkwood/patches/150-goflexhome.patch | 2 |
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" \ |