From patchwork Sun Nov 9 17:51:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Tobias X-Patchwork-Id: 408616 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 4915E1400DD for ; Mon, 10 Nov 2014 05:22:09 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 898DC4B806; Sun, 9 Nov 2014 19:21:42 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C0TkjXk4kb3b; Sun, 9 Nov 2014 19:21:42 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EA7144B7FA; Sun, 9 Nov 2014 19:21:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3DB754B7F7 for ; Sun, 9 Nov 2014 19:21:24 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aVDajnFkCDlU for ; Sun, 9 Nov 2014 19:21:24 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by theia.denx.de (Postfix) with ESMTPS id 518534B800 for ; Sun, 9 Nov 2014 19:21:18 +0100 (CET) Received: by mail-pa0-f47.google.com with SMTP id kx10so6729577pab.34 for ; Sun, 09 Nov 2014 10:21:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=KHidj41WO+tCbDhxEbt7+I9vpPWT4XMGiM0o11HDzis=; b=L/rdO7B0WHODPWMHnxZFDxvGMAWLdEEfm4ve0p+9/sdnZfkKafuBSG0tU5Z0gK7MAD L5jw+3/lm+V/UrKrxWKJlrtYjhOVc+B5Au0vhyz0Leq8bHb0qlEVm/UQmtknmABaK6Tq kY/x7EuyBk3OgjZV1jHUmpe35tgDhJEIaQ7AoGFFLb8WtA3Ku1XGeRYsSs5pRVEIERPe FeOajb6rKwgNsDp4+bNJnhYD1+zWuU51rs2Y9wBA/lZwQQkxJANyQ/wa0IT00I89srhN Gkv4+zMY7h4LirtUyHwdZzBVsdug5OVR4Y7rvu3C22olh9VO4e015CBc3u1u+0gXHAsE R4cA== X-Received: by 10.66.216.198 with SMTP id os6mr26779557pac.112.1415557276889; Sun, 09 Nov 2014 10:21:16 -0800 (PST) Received: from localhost.localdomain ([76.14.57.194]) by mx.google.com with ESMTPSA id 3sm14388866pdv.47.2014.11.09.10.21.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 09 Nov 2014 10:21:15 -0800 (PST) From: John Tobias To: festevam@gmail.com Date: Sun, 9 Nov 2014 09:51:24 -0800 Message-Id: <1415555488-37665-4-git-send-email-john.tobias.ph@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1415555488-37665-1-git-send-email-john.tobias.ph@gmail.com> References: <1415555488-37665-1-git-send-email-john.tobias.ph@gmail.com> Cc: u-boot@lists.denx.de, jeroen@myspectrum.nl, otavio@ossystems.com.br Subject: [U-Boot] [PATCH 3/7] imx6sl: add spl on board configuration X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de add spl on build configuration for iMX6SL --- configs/mx6slevk_defconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/mx6slevk_defconfig b/configs/mx6slevk_defconfig index fb8c4de..dfdf54f 100644 --- a/configs/mx6slevk_defconfig +++ b/configs/mx6slevk_defconfig @@ -1,3 +1,4 @@ +CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg,MX6SL" -CONFIG_ARM=y -CONFIG_TARGET_MX6SLEVK=y ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_MX6SLEVK=y