From patchwork Sat Nov 8 18:22:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Tobias X-Patchwork-Id: 408475 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 8E9CE140098 for ; Sun, 9 Nov 2014 06:52:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0CBBE4B885; Sat, 8 Nov 2014 20:51:53 +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 vgbsjp+2hcKf; Sat, 8 Nov 2014 20:51:52 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4AB534B8E0; Sat, 8 Nov 2014 20:51:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 574174B8BD for ; Sat, 8 Nov 2014 20:51:32 +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 yfrbBsUADPxF for ; Sat, 8 Nov 2014 20:51:32 +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-pd0-f174.google.com (mail-pd0-f174.google.com [209.85.192.174]) by theia.denx.de (Postfix) with ESMTPS id 306294B8B6 for ; Sat, 8 Nov 2014 20:51:21 +0100 (CET) Received: by mail-pd0-f174.google.com with SMTP id p10so5281726pdj.5 for ; Sat, 08 Nov 2014 11:51:20 -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=igxlL/vBwxdqa/oJLe7t7rot5sAdAFOFpVkLtD8H5fM=; b=RmGV/VLbzrAo+IeBkYPR1HghEt65kGp769Umxnuut+acujtPgld6X38K2/AE495ojx EO5UN82RrWywCBEGDfNl2zvRqzTsx0q2MTS8rMVPoJgLgXZL/hBRD75CxASDzTX6n7n6 0nTXfrIlvKVlyWgYVJujXcjwGLigpnN48F3rOiz2dTuXcc1QULTqujT7kh3JX1DTYw7I eMC09uBP/ZsY6W42xIJOs1uVThJCFBPJI1AhDcU3mAvXbh67bVzXn4ZHzls0yM15Hrj6 itzV3eeFTR0wKK3NBWiAbBEPYG5B8wHZHbMMj7syiIiUj08aF3ie1KzXffZh0fxCRUZH AVcw== X-Received: by 10.69.20.74 with SMTP id ha10mr21001114pbd.122.1415476280104; Sat, 08 Nov 2014 11:51:20 -0800 (PST) Received: from localhost.localdomain ([76.14.57.194]) by mx.google.com with ESMTPSA id sq2sm12137169pbc.73.2014.11.08.11.51.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 08 Nov 2014 11:51:19 -0800 (PST) From: John Tobias To: festevam@gmail.com Date: Sat, 8 Nov 2014 10:22:57 -0800 Message-Id: <1415470977-40937-9-git-send-email-john.tobias.ph@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1415470977-40937-1-git-send-email-john.tobias.ph@gmail.com> References: <1415470977-40937-1-git-send-email-john.tobias.ph@gmail.com> Cc: u-boot@lists.denx.de, otavio@ossystems.com.br Subject: [U-Boot] [PATCH v2 8/8] kconfig: imx6: add SUPPORT_SPL 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 SUPPORT_SPL for iMX6 SabreSD by default --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 22eb2d5..ab0d284 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -609,6 +609,7 @@ config TARGET_MX6QSABREAUTO config TARGET_MX6SABRESD bool "Support mx6sabresd" select CPU_V7 + select SUPPORT_SPL config TARGET_MX6SLEVK bool "Support mx6slevk"