From patchwork Wed Nov 12 01:59:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Tobias X-Patchwork-Id: 409808 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 D36A414017A for ; Wed, 12 Nov 2014 13:00:38 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2EE8D4BAC0; Wed, 12 Nov 2014 03:00:28 +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 k1XPm-5XTLt4; Wed, 12 Nov 2014 03:00:28 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EE84D4BABD; Wed, 12 Nov 2014 03:00:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E1F464BAAD for ; Wed, 12 Nov 2014 03:00:15 +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 Xm7BJ3uEXUJw for ; Wed, 12 Nov 2014 03:00:15 +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-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by theia.denx.de (Postfix) with ESMTPS id C1DEF4BAAB for ; Wed, 12 Nov 2014 03:00:07 +0100 (CET) Received: by mail-pa0-f50.google.com with SMTP id eu11so11916045pac.9 for ; Tue, 11 Nov 2014 18:00:05 -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=s0fB4P9SDluZemWZv9rGAIvnp/39MUpQq/dft584UtQ=; b=w4PlZ6AASoYIr2rJjROS9SywB5wL8v4psJ5U0u2gg83DaTR+72oTVsskmRJilElOWP uxR0saWS/QyUX5kdb4ENK8/weXCVuicWExHsbqnjU/v4Pd3ZpcE93jDqTXk5/i2+9HrO vb9zUH5CRp+x8unZ1dmd0RoBr4K5bBb6dObzusvNXjZw92G4kIrKbIF8XbnNDa9AIRLd IuO9Beg2/PNfnBOokoiXDc6kUjznBjtcyxITEdKr/Cp/+thvWLhMvFP0gxIKhCGevPoq pGBH2Luwk9mmi+lrFI21waJnqL7pNq/g7kKeX/ZizPlwoPdz49l1b5Oi4ZwbDr+93gC9 5Uow== X-Received: by 10.68.106.161 with SMTP id gv1mr44304980pbb.1.1415757605706; Tue, 11 Nov 2014 18:00:05 -0800 (PST) Received: from localhost.localdomain (morse-p.static.monkeybrains.net. [208.90.214.40]) by mx.google.com with ESMTPSA id m5sm20567670pdi.24.2014.11.11.18.00.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 11 Nov 2014 18:00:04 -0800 (PST) From: John Tobias To: festevam@gmail.com Date: Tue, 11 Nov 2014 17:59:52 -0800 Message-Id: <1415757594-64353-4-git-send-email-john.tobias.ph@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1415757594-64353-1-git-send-email-john.tobias.ph@gmail.com> References: <1415757594-64353-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 v5 3/5] imx6: add spl config for mx6sabresd 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 a build configuration file for mx6sabresd with spl support Signed-off-by: John Tobias --- configs/mx6sabresd_spl_defconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 configs/mx6sabresd_spl_defconfig diff --git a/configs/mx6sabresd_spl_defconfig b/configs/mx6sabresd_spl_defconfig new file mode 100644 index 0000000..b7b26df --- /dev/null +++ b/configs/mx6sabresd_spl_defconfig @@ -0,0 +1,5 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6sabresd_spl.cfg,SPL,MX6Q" ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_MX6SABRESD=y +