diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-12-01 14:04:44 -0800 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-01-11 21:27:12 +0100 |
commit | 80af6a0f5c65ef91a5d8796e3a69932f9cbf12c9 (patch) | |
tree | 7a99c1ca533c0c51e2f3b83b265064406e10109d | |
parent | 6ec9f14cac0b3542b718a82e88b0efc874fc8b2c (diff) |
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 <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | arch/arm/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/config.mk b/arch/arm/config.mk index 74f895ec0da..a973a0ecc86 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 |