From 72d0e0f1fb9e0068b2551d4928d7a9982cd7d6d1 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Tue, 3 Sep 2019 18:12:16 +0700 Subject: [PATCH] armh-mcom02: use/no-sleep --- features.in/armh-mcom02/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/armh-mcom02/config.mk b/features.in/armh-mcom02/config.mk index df8f1f96..fb4e39cd 100644 --- a/features.in/armh-mcom02/config.mk +++ b/features.in/armh-mcom02/config.mk @@ -1,6 +1,6 @@ ifeq (,$(filter-out armh,$(ARCH))) -use/armh-mcom02: use/bootloader/uboot use/tty/S0 +use/armh-mcom02: use/bootloader/uboot use/tty/S0 use/no-sleep @$(call add_feature) @$(call set,KFLAVOURS,mcom02) @$(call add,THE_PACKAGES,u-boot-mcom02-firmware-tools u-boot-mcom02)