From 80af6a0f5c65ef91a5d8796e3a69932f9cbf12c9 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 1 Dec 2016 14:04:44 -0800 Subject: tools: mkimage: limit Vybrid image format for boards which use it Not all Vybrid boards are using the new Vybrid image format, only add it as default target for boards which make use of it. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- arch/arm/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/config.mk b/arch/arm/config.mk index 74f895ec0d..a973a0ecc8 100644 --- a/arch/arm/config.mk +++ b/arch/arm/config.mk @@ -148,7 +148,7 @@ ALL-y += u-boot.imx endif endif endif -ifneq ($(CONFIG_VF610),) +ifneq ($(CONFIG_TARGET_PCM052),) ALL-y += u-boot.vyb endif endif -- cgit v1.2.3