imx6: rename Generic profile to Default, fixes u-boot image build issue

u-boot.mk checks for the Default profile to build images for all targets.
This brings the target default profile in sync with other targets

Signed-off-by: Felix Fietkau <nbd@nbd.name>
v19.07.3_mercusys_ac12_duma
Felix Fietkau 6 years ago
parent 4ccbe7de6c
commit b9f926e151

@ -5,13 +5,13 @@
# See /LICENSE for more information. # See /LICENSE for more information.
# #
define Profile/Generic define Profile/Default
PRIORITY:=1 PRIORITY:=1
NAME:=Generic (default) NAME:=Default Profile
endef endef
define Profile/Generic/Description define Profile/Default/Description
Package set compatible with most Freescale i.MX 6 based boards. Package set compatible with most Freescale i.MX 6 based boards.
endef endef
$(eval $(call Profile,Generic)) $(eval $(call Profile,Default))
Loading…
Cancel
Save