From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnaud.patard@rtp-net.org (Arnaud Patard (Rtp)) Date: Fri, 15 Jun 2012 14:58:55 +0200 Subject: Converting kirkwood-goflexnet to DTS In-Reply-To: (Josh Coombs's message of "Fri, 15 Jun 2012 08:40:48 -0400") References: <20120614141706.GA6676@lunn.ch> <20120615104140.24bf25f3@skate> Message-ID: <87r4tgvii8.fsf@lebrac.rtp-net.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Josh Coombs writes: > Thomas, Andrew, > > You were both correct. After one additional test failure last night > and a lot more reading I reached the same conclusion, I was foolishly > thinking .dtbs would be automatically appended to the kernel when > configured to support that method of including them. > > What I did this morning: > > make > make kirkwood-goflexnet.dtb > cat arch/arm/boot/kirkwood-goflexnet.dtb >> arch/arm/boot/zImage > make uImage > > That resulted in: http://pastie.org/4092019 > [ 18.294288] [] (kirkwood_init+0x50/0x7c) from [] (goflexnet_init+0x8/0x7c) seems wrong. You don't have to call kirkwood_init() in DT case afaik. Arnaud