Skip to content
Snippets Groups Projects
Commit 254a07f2 authored by blogic's avatar blogic
Browse files

lantiq: BTHOMEHUBV2B use bigger mtd partition for kernel


The bb-rc3 image for the BTHOMEHUBV2B is too big for its
mtd partition. This patch corrects the partition sizes in
the device tree. This patch should really go in before
bb-final, otherwise the BTHOMEHUBV2B images won't be useable.
I do apologise for not spotting this straight away.

Many thanks,

Ben

Signed-off-by: default avatarBen Mulvihill <ben.mulvihill@gmail.com>

Backport of r42316

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42386 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 46ce4064
No related branches found
No related tags found
No related merge requests found
......@@ -81,12 +81,12 @@
partition@4000 {
label = "kernel";
reg = <0x4000 0x160000>;
reg = <0x4000 0x200000>;
};
partition@164000 {
label = "ubi";
reg = <0x164000 0x1E9C000>;
reg = <0x204000 0x1DFC000>;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment