From patchwork Fri Mar 4 10:13:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jason Liu X-Patchwork-Id: 310 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:41:38 -0000 Delivered-To: patches@linaro.org Received: by 10.224.60.68 with SMTP id o4cs9457qah; Fri, 4 Mar 2011 02:13:01 -0800 (PST) Received: by 10.42.170.3 with SMTP id d3mr434664icz.179.1299233580769; Fri, 04 Mar 2011 02:13:00 -0800 (PST) Received: from mail-iw0-f178.google.com (mail-iw0-f178.google.com [209.85.214.178]) by mx.google.com with ESMTPS id hj39si4923657ibb.76.2011.03.04.02.13.00 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Mar 2011 02:13:00 -0800 (PST) Received-SPF: pass (google.com: domain of liu.h.jason@gmail.com designates 209.85.214.178 as permitted sender) client-ip=209.85.214.178; Authentication-Results: mx.google.com; spf=pass (google.com: domain of liu.h.jason@gmail.com designates 209.85.214.178 as permitted sender) smtp.mail=liu.h.jason@gmail.com; dkim=pass (test mode) header.i=@gmail.com Received: by iwn9 with SMTP id 9so2237867iwn.37 for ; Fri, 04 Mar 2011 02:13:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=7XjMByJVtdSpBQfyBY8em/8TXGJmOjFY+7/b+6RN/LY=; b=GfdheaKPRIHylJNZZH1AztMPfvm7fn0oaeW2RJpDGF1T/mbsGiYuAdLS2amtOnkMYH pKs6Jhv2l3xw2tZIX5O6zY4GPnXBHCRjxMI87WwrvRorWMVHwyX9KuC4TeVdB3y1/BUS tbn1Yhfp5z5txcHUFXBc+869olc/L454vH6Ys= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kHNXcsUohtxuLyA14E3QZtDQIn2eXl+FvKsq8AjfeEttIYkid1WjQYV3QIFZNx8bZb H94ZuYM+SI3wpY2Xjvki6vy1y6qCT7ePK+FIvnYLBRvzzua3XX2GVPCE8WrE/ugYpP27 Q42ctYrwfG15zSNcscy0pD9RiQaqadQQyhJrU= MIME-Version: 1.0 Received: by 10.43.70.205 with SMTP id yh13mr293690icb.397.1299233580381; Fri, 04 Mar 2011 02:13:00 -0800 (PST) Received: by 10.42.227.4 with HTTP; Fri, 4 Mar 2011 02:13:00 -0800 (PST) In-Reply-To: <1298445970-9670-1-git-send-email-r64343@freescale.com> References: <1298445970-9670-1-git-send-email-r64343@freescale.com> Date: Fri, 4 Mar 2011 18:13:00 +0800 Message-ID: Subject: Fwd: [U-Boot] [PATCH 1/1] MX53: drop config.mk from mx53evk From: Jason Liu To: patches@linaro.org ---------- Forwarded message ---------- From: Jason Liu Date: 2011/2/23 Subject: [U-Boot] [PATCH 1/1] MX53: drop config.mk from mx53evk To: u-boot@lists.denx.de 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(-) -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 -- 1.7.0.4 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