imx6: fix redundant PROFILES overrides in image makefile

Signed-off-by: Felix Fietkau <nbd@nbd.name>
master
Felix Fietkau 8 years ago
parent 7e7a31e682
commit de165b66be
  1. 3
      target/linux/imx6/image/Makefile

@ -102,6 +102,7 @@ endef
KERNEL_LOADADDR=0x10008000 KERNEL_LOADADDR=0x10008000
define Device/Default define Device/Default
PROFILES := Generic
DEVICE_DTS := DEVICE_DTS :=
FILESYSTEMS := squashfs ext4 FILESYSTEMS := squashfs ext4
KERNEL_INSTALL := 1 KERNEL_INSTALL := 1
@ -116,7 +117,6 @@ endef
DEVICE_VARS += DEVICE_DTS DEVICE_VARS += DEVICE_DTS
define Device/ventana define Device/ventana
PROFILES := Generic VENTANA
DEVICE_TITLE := Gateworks Ventana family DEVICE_TITLE := Gateworks Ventana family
DEVICE_DTS:= \ DEVICE_DTS:= \
imx6dl-gw51xx \ imx6dl-gw51xx \
@ -146,7 +146,6 @@ define Device/ventana
endef endef
define Device/wandboard define Device/wandboard
PROFILES := Generic IMX6DL_WANDBOARD
DEVICE_TITLE := Wandboard Dual DEVICE_TITLE := Wandboard Dual
DEVICE_DTS := imx6dl-wandboard DEVICE_DTS := imx6dl-wandboard
DEVICE_PACKAGES := kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy DEVICE_PACKAGES := kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy

Loading…
Cancel
Save