From 15f1dc517e2e58df65c2c140b9b465c0d65296e5 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 21 Nov 2013 02:51:17 +0100 Subject: colibri_vf: rename colibri_vf61 to colibri_vf Now as the colibri_vf61 configuration supports memory size as well as module type auto detection actually rename it to colibri_vf to be universally used for Colibri VF50 as well as VF61. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3b200fc9c..66ac848de3 100644 --- a/Makefile +++ b/Makefile @@ -790,7 +790,7 @@ backup: F=`basename $(TOPDIR)` ; cd .. ; \ gtar --force-local -zcvf `LC_ALL=C date "+$$F-%Y-%m-%d-%T.tar.gz"` $$F -ifneq (,$(filter $(BOARD),colibri_vf50 colibri_vf61)) +ifeq ($(BOARD),colibri_vf) .DEFAULT_GOAL := u-boot.imx ifeq ($(CONFIG_NANDBOOT),y) .DEFAULT_GOAL := u-boot.nand -- cgit v1.2.3