lantiq: fix DM200 boot with fake uImage headers
authorThomas Nixon <tom@tomn.co.uk>
Sat, 3 Mar 2018 15:06:53 +0000 (15:06 +0000)
committerMathias Kresin <dev@kresin.me>
Sun, 18 Mar 2018 21:22:39 +0000 (22:22 +0100)
commit8c88e23b99cca002c883b89d06e4b582a1b45e94
treebcce4be0ea5095727244b35ca825cda5777b064d
parentac1c31c2595a7af3bc5bdf97d48b85278fb0eeff
lantiq: fix DM200 boot with fake uImage headers

The latest bootloader versions load the firmware into memory and call
`chk_dniimg` (defined in Netgear GPL release), which expects to find
three consecutive block-aligned uImages. Add two fake uImage headers
after the kernel to fool this check.

This wastes up to 128k of space for alignment. The alternative would be
to put the rootfs in a second uImage, but this would limit the firmware
size to 0x710000 (the number of bytes loaded and verified by the
bootloader) instead of 0x7b0000 (the size of the firmware partition).

Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
target/linux/lantiq/image/Makefile