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>
Showing
- package/boot/uboot-sunxi/Makefile 34 additions, 34 deletionspackage/boot/uboot-sunxi/Makefile
- target/linux/sunxi/image/Makefile 1 addition, 0 deletionstarget/linux/sunxi/image/Makefile
- target/linux/sunxi/image/cortex-a53.mk 12 additions, 16 deletionstarget/linux/sunxi/image/cortex-a53.mk
- target/linux/sunxi/image/cortex-a7.mk 44 additions, 66 deletionstarget/linux/sunxi/image/cortex-a7.mk
- target/linux/sunxi/image/cortex-a8.mk 12 additions, 17 deletionstarget/linux/sunxi/image/cortex-a8.mk
Loading
Please register or sign in to comment