Josh Coombs [off-list ref] 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] [<c055f99c>] (kirkwood_init+0x50/0x7c) from [<c056023c>] (goflexnet_init+0x8/0x7c)
seems wrong. You don't have to call kirkwood_init() in DT case afaik.
Arnaud