From e6114ff925a1371bd98fe476ca4a99e5c08e5088 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Tue, 10 Sep 2019 00:00:40 +0200 Subject: [PATCH] at91: split up remaining DEVICE_TITLE definitions DEVICE_TITLE is split up into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT Signed-off-by: Moritz Warning --- target/linux/at91/image/sama5.mk | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/target/linux/at91/image/sama5.mk b/target/linux/at91/image/sama5.mk index 1e4366cefa..031e62587e 100644 --- a/target/linux/at91/image/sama5.mk +++ b/target/linux/at91/image/sama5.mk @@ -56,7 +56,8 @@ endef define Device/at91-sama5d2_xplained $(Device/evaluation-dtb) - DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D2 Xplained + DEVICE_VENDOR := Microchip + DEVICE_MODEL := SAMA5D2 Xplained KERNEL_SIZE := 6144k $(Device/evaluation-sdimage) endef @@ -64,7 +65,8 @@ TARGET_DEVICES += at91-sama5d2_xplained define Device/at91-sama5d27_som1_ek $(Device/evaluation-dtb) - DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D27 SOM1 Ek + DEVICE_VENDOR := Microchip + DEVICE_MODEL := SAMA5D27 SOM1 Ek KERNEL_SIZE := 6144k $(Device/evaluation-sdimage) endef @@ -72,7 +74,8 @@ TARGET_DEVICES += at91-sama5d27_som1_ek define Device/at91-sama5d2_ptc_ek $(Device/evaluation-dtb) - DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D2 PTC Ek + DEVICE_VENDOR := Microchip + DEVICE_MODEL := SAMA5D2 PTC Ek KERNEL_SIZE := 6144k $(Device/evaluation-sdimage) endef @@ -81,7 +84,8 @@ TARGET_DEVICES += at91-sama5d2_ptc_ek define Device/at91-sama5d3_xplained $(Device/evaluation-dtb) - DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D3 Xplained + DEVICE_VENDOR := Microchip + DEVICE_MODEL := SAMA5D3 Xplained KERNEL_SIZE := 6144k $(Device/evaluation-sdimage) endef @@ -91,7 +95,8 @@ ifeq ($(strip $(CONFIG_EXTERNAL_KERNEL_TREE)),"") ifeq ($(strip $(CONFIG_KERNEL_GIT_CLONE_URI)),"") define Device/wb50n $(Device/evaluation-fit) - DEVICE_TITLE := Laird WB50N + DEVICE_VENDOR := Laird + DEVICE_MODEL := WB50N DEVICE_PACKAGES := \ kmod-mmc-at91 kmod-ath6kl-sdio ath6k-firmware \ kmod-usb-storage kmod-fs-vfat kmod-fs-msdos \ @@ -108,7 +113,8 @@ endif define Device/at91-sama5d4_xplained $(Device/evaluation-dtb) - DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D4 Xplained + DEVICE_VENDOR := Microchip + DEVICE_MODEL := SAMA5D4 Xplained KERNEL_SIZE := 6144k BLOCKSIZE := 256k PAGESIZE := 4096