lantiq: fix building AVM/EVA sysupgrade images on NOR devices
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 21 Aug 2016 15:01:33 +0000 (17:01 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 22 Aug 2016 05:43:11 +0000 (07:43 +0200)
commitc6164d961037ceb722b03ccfe1725be6b9a6d533
treebe97b905a4d75d55e9743a793b2fa39de087a08e
parent00516611bd8324a2ab0781ad419e9ea11b3713f3
lantiq: fix building AVM/EVA sysupgrade images on NOR devices

Device/AVM unconditionally inherits Device/NAND, which changes the
sysupgrade image to sysupgrade-tar (instead of a "raw" sysupgrade image
as used in the Device/Default template).
This moves the Device/NAND call to the FRITZ3370 device definition, as
this is the only AVM/EVA device that uses NAND.
Additionally we have to define the IMAGE_SIZE for the AVM/EVA NOR
devices to ensure that the images are not discarded.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
target/linux/lantiq/image/Makefile