From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f53.google.com (mail-yh0-f53.google.com [209.85.213.53]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A8092E008F6 for ; Mon, 24 Feb 2014 10:53:09 -0800 (PST) Received: by mail-yh0-f53.google.com with SMTP id v1so5717191yhn.40 for ; Mon, 24 Feb 2014 10:53:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :organization; bh=TQyVSk+8UH5GYnl5Kl3887izG9OiRlhYPw9s/l5h1Ng=; b=jD7IfidJuwfY04oEWWoLNSfY7zgQUsKLl+5xpH2MEIZiA9b1Bh51wgxmanEHblawCl pnuj5A+rRF1MW/SMN0wI7PI0BgUc3z+DCHSUV1wfQqjeoNyBwKOUZXES/bLrgvG4FiOG McwgXBXp1bVtltgzhvQhw0zljonhilT9A6FmbMVPDIVnUK3rZXZ/9XgP30o6r1VsUgui GtrtpSPC1R5vd4MYCMhDym2JjvViZaaS1ZCjQca/3TUy9N5088rj7rP/szqW95BivTjT ekRKluK9bsCcDSfQ8DvhlpEUVmvmes+RNkNDEYCv8gqLPCtMSr+AtcpjzS5llBc9PW6y WzLg== X-Received: by 10.236.123.193 with SMTP id v41mr654772yhh.68.1393267989296; Mon, 24 Feb 2014 10:53:09 -0800 (PST) Received: from nano.lab.ossystems.com.br ([177.194.208.225]) by mx.google.com with ESMTPSA id 57sm201692yhl.4.2014.02.24.10.53.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Feb 2014 10:53:07 -0800 (PST) Sender: Otavio Salvador Received: by nano.lab.ossystems.com.br (Postfix, from userid 1000) id 2C08718B32B1B; Mon, 24 Feb 2014 15:52:57 -0300 (BRT) From: Otavio Salvador To: meta-freescale Mailing List Date: Mon, 24 Feb 2014 15:52:45 -0300 Message-Id: <1393267973-4034-10-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.9.0 In-Reply-To: <1393267973-4034-1-git-send-email-otavio@ossystems.com.br> References: <1393267973-4034-1-git-send-email-otavio@ossystems.com.br> Organization: O.S. Systems Software LTDA. Cc: Otavio Salvador Subject: [meta-fsl-arm PATCH 09/16] imx6qsabreauto: Add U-Boot Manufacturing Tool config X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 18:53:09 -0000 Signed-off-by: Otavio Salvador --- conf/machine/imx6qsabreauto.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/imx6qsabreauto.conf b/conf/machine/imx6qsabreauto.conf index e9f9026..b8fdce4 100644 --- a/conf/machine/imx6qsabreauto.conf +++ b/conf/machine/imx6qsabreauto.conf @@ -17,3 +17,4 @@ UBOOT_CONFIG[eimnor] = "mx6qsabreauto_eimnor_config" UBOOT_CONFIG[nand] = "mx6qsabreauto_nand_config,ubifs" UBOOT_CONFIG[spinor] = "mx6qsabreauto_spinor_config" UBOOT_CONFIG[sata] = "mx6qsabreauto_sata_config" +UBOOT_CONFIG[mfgtool] = "mx6qsabreauto_config" -- 1.9.0