From patchwork Wed Feb 23 07:26:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Liu X-Patchwork-Id: 200 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:40:49 -0000 Delivered-To: patches@linaro.org Received: by 10.224.19.208 with SMTP id c16cs274343qab; Tue, 22 Feb 2011 23:28:08 -0800 (PST) Received: by 10.220.179.203 with SMTP id br11mr774361vcb.264.1298446088029; Tue, 22 Feb 2011 23:28:08 -0800 (PST) Received: from ch1outboundpool.messaging.microsoft.com (ch1outboundpool.messaging.microsoft.com [216.32.181.185]) by mx.google.com with ESMTPS id m10si6681135vcs.190.2011.02.22.23.28.07 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Feb 2011 23:28:08 -0800 (PST) Received-SPF: neutral (google.com: 216.32.181.185 is neither permitted nor denied by best guess record for domain of r64343@freescale.com) client-ip=216.32.181.185; Authentication-Results: mx.google.com; spf=neutral (google.com: 216.32.181.185 is neither permitted nor denied by best guess record for domain of r64343@freescale.com) smtp.mail=r64343@freescale.com Received: from mail68-ch1-R.bigfish.com (216.32.181.170) by CH1EHSOBE006.bigfish.com (10.43.70.56) with Microsoft SMTP Server id 14.1.225.8; Wed, 23 Feb 2011 07:28:07 +0000 Received: from mail68-ch1 (localhost.localdomain [127.0.0.1]) by mail68-ch1-R.bigfish.com (Postfix) with ESMTP id 2C5FCF40170; Wed, 23 Feb 2011 07:28:07 +0000 (UTC) X-SpamScore: 3 X-BigFish: VS3(zzc8kzz1202hzz8275bhz2dh2a8h668h61h) X-Spam-TCS-SCL: 0:0 X-Forefront-Antispam-Report: KIP:(null); UIP:(null); IPVD:NLI; H:az33egw02.freescale.net; RD:az33egw02.freescale.net; EFVD:NLI Received: from mail68-ch1 (localhost.localdomain [127.0.0.1]) by mail68-ch1 (MessageSwitch) id 1298446085772978_8403; Wed, 23 Feb 2011 07:28:05 +0000 (UTC) Received: from CH1EHSMHS027.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.240]) by mail68-ch1.bigfish.com (Postfix) with ESMTP id 91031A4004D; Wed, 23 Feb 2011 07:28:05 +0000 (UTC) Received: from az33egw02.freescale.net (192.88.158.103) by CH1EHSMHS027.bigfish.com (10.43.70.27) with Microsoft SMTP Server (TLS) id 14.1.225.8; Wed, 23 Feb 2011 07:27:55 +0000 Received: from az33smr01.freescale.net (az33smr01.freescale.net [10.64.34.199]) by az33egw02.freescale.net (8.14.3/8.14.3) with ESMTP id p1N7RrYS013048; Wed, 23 Feb 2011 00:27:53 -0700 (MST) Received: from localhost.localdomain (r64343-desktop.ap.freescale.net [10.192.242.36]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id p1N7Row8016794; Wed, 23 Feb 2011 01:27:51 -0600 (CST) From: Jason Liu To: CC: Subject: [U-Boot][PATCH 1/1] MX53: drop config.mk from mx53evk Date: Wed, 23 Feb 2011 15:26:09 +0800 Message-ID: <1298445970-9670-1-git-send-email-r64343@freescale.com> X-Mailer: git-send-email 1.7.0.4 MIME-Version: 1.0 X-OriginatorOrg: freescale.com The config.mk file in board directory is now obsolete and should be removed. Add option for the IMX image into boards.cfg Signed-off-by: Jason Liu --- board/freescale/mx53evk/config.mk | 24 ------------------------ boards.cfg | 2 +- 2 files changed, 1 insertions(+), 25 deletions(-) diff --git a/board/freescale/mx53evk/config.mk b/board/freescale/mx53evk/config.mk deleted file mode 100644 index 0e60454..0000000 --- a/board/freescale/mx53evk/config.mk +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright 2010 Freescale Semiconductor, Inc. All Rights Reserved. -# -# See file CREDITS for list of people who contributed to this -# project. -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA -# - -IMX_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/imximage.cfg -ALL += $(obj)u-boot.imx diff --git a/boards.cfg b/boards.cfg index abb66d9..b85ad35 100644 --- a/boards.cfg +++ b/boards.cfg @@ -108,7 +108,7 @@ edminiv2 arm arm926ejs - LaCie ca9x4_ct_vxp arm armv7 vexpress armltd efikamx arm armv7 efikamx - mx5 mx51evk arm armv7 mx51evk freescale mx5 mx51evk:IMX_CONFIG=board/freescale/mx51evk/imximage.cfg -mx53evk arm armv7 mx53evk freescale mx5 +mx53evk arm armv7 mx53evk freescale mx5 mx53evk:IMX_CONFIG=board/freescale/mx53evk/imximage.cfg vision2 arm armv7 vision2 ttcontrol mx5 cm_t35 arm armv7 cm_t35 - omap3 omap3_overo arm armv7 overo - omap3