Re: [OpenWrt-Devel] [PATCH] lantiq: fix brnImage build

2016-04-24 Thread Hauke Mehrtens
On 04/22/2016 08:39 AM, Mathias Kresin wrote: > Use the kernel with the appended dtb as base, otherwise the kernel will > panic with "no dtb found". > > Signed-off-by: Mathias Kresin > --- > target/linux/lantiq/image/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --gi

Re: [OpenWrt-Devel] [PATCH] lantiq: fix brnImage build

2016-04-23 Thread Oswald Buddenhagen
Mathias Kresin kresin.me> writes: > Use the kernel with the appended dtb as base, otherwise the kernel will > panic with "no dtb found". > indeed. confirmed to work now. (and i'll freely admit that i failed to figure out how that appended image ends up in the symbols __dtb_start/__dtb_end (the

[OpenWrt-Devel] [PATCH] lantiq: fix brnImage build

2016-04-21 Thread Mathias Kresin
Use the kernel with the appended dtb as base, otherwise the kernel will panic with "no dtb found". Signed-off-by: Mathias Kresin --- target/linux/lantiq/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/im