Browse Source

samsung: split up DEVICE_TITLE

DEVICE_TITLE is split up into DEVICE_VENDOR, DEVICE_MODEL and DEVICE_VARIANT

Signed-off-by: Moritz Warning <[email protected]>
Moritz Warning 6 years ago
parent
commit
bdf0ca7fec
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/linux/samsung/image/Makefile

+ 2 - 1
target/linux/samsung/image/Makefile

@@ -16,9 +16,10 @@ define Device/Default
 endef
 endef
 
 
 define Device/tq210
 define Device/tq210
+  DEVICE_VENDOR := Samsung
+  DEVICE_MODEL := TQ210
   DEVICE_DTS_DIR := ../dts
   DEVICE_DTS_DIR := ../dts
   DEVICE_DTS := TQ210
   DEVICE_DTS := TQ210
-  DEVICE_TITLE := TQ210
 endef
 endef
 TARGET_DEVICES += tq210
 TARGET_DEVICES += tq210