at91: convert boards to generic build target
authorBen Whitten <ben.whitten@gmail.com>
Wed, 3 May 2017 21:15:20 +0000 (22:15 +0100)
committerMathias Kresin <dev@kresin.me>
Mon, 12 Jun 2017 19:07:31 +0000 (21:07 +0200)
commitc2f052acaeb480e89d3ce39c47f49ad16b3464ac
treec9c0120592edc98f86d438704131d25acc4a1147
parenta53f8ba6771de64c9c82a2e6867791226f3003cb
at91: convert boards to generic build target

Evaluation boards are left in component form to ease flashing
using vendor tooling and instructions. These boards also do
not include the EOF marker in the UBIFS as the bootloaders
are recent and easily upgradeable.

The end product boards use factory.bin images based on the
dts layout and include EOF markers as bootloader UBI support
is not determined.

Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/at91/Makefile
target/linux/at91/image/Makefile
target/linux/at91/image/legacy.mk [new file with mode: 0644]
target/linux/at91/image/sama5d3.mk [new file with mode: 0644]
target/linux/at91/image/ubinize.cfg [deleted file]
target/linux/at91/legacy/profiles/00-default.mk [deleted file]
target/linux/at91/legacy/profiles/atmel.mk [deleted file]
target/linux/at91/legacy/profiles/calamp.mk [deleted file]
target/linux/at91/sama5d3/profiles/atmel.mk [deleted file]