rockchip: fix hinlink_common target

This commit is contained in:
coolsnowwolf 2022-12-30 13:38:11 +08:00
parent 17b9f3bdf8
commit 25f88e06fd

View File

@ -23,11 +23,13 @@ endef
define Device/hinlink_opc-h66k define Device/hinlink_opc-h66k
$(call Device/hinlink_common) $(call Device/hinlink_common)
DEVICE_MODEL := OPC-H66K DEVICE_MODEL := OPC-H66K
endef
TARGET_DEVICES += hinlink_opc-h66k TARGET_DEVICES += hinlink_opc-h66k
define Device/hinlink_opc-h68k define Device/hinlink_opc-h68k
$(call Device/hinlink_common) $(call Device/hinlink_common)
DEVICE_MODEL := OPC-H68K DEVICE_MODEL := OPC-H68K
endef
TARGET_DEVICES += hinlink_opc-h68k TARGET_DEVICES += hinlink_opc-h68k
define Device/fastrhino_common define Device/fastrhino_common