sunxi: use vendor_device scheme for device definitions
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 5 Dec 2019 23:11:56 +0000 (00:11 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 13 Dec 2019 11:19:44 +0000 (12:19 +0100)
commita4cdb537b17ede9785ddbaef5ed9d69f3ab89052
tree370cc5b2eda165713da31bffa2a2e2b040e463ff
parentc642a97aa6b51352a718449cd715b92f94af4a5d
sunxi: use vendor_device scheme for device definitions

This changes device definition to resemble the vendor_device scheme
already present for the majority of device compatible strings.

By doing this, we achieve several advantages at once:
- Image names and node names are more consistent with other targets.
- SUPPORTED_DEVICES can be set automatically for all but two cases.
- Image names and node names are in line with DEVICE_TITLEs.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
package/boot/uboot-sunxi/Makefile
target/linux/sunxi/image/Makefile
target/linux/sunxi/image/cortex-a53.mk
target/linux/sunxi/image/cortex-a7.mk
target/linux/sunxi/image/cortex-a8.mk