From patchwork Fri Apr 19 08:48:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 237875 X-Patchwork-Delegate: trini@ti.com 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 6638B2C0174 for ; Fri, 19 Apr 2013 18:49:05 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DCE4D4A3B2; Fri, 19 Apr 2013 10:48:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 Zwy6McJylzJk; Fri, 19 Apr 2013 10:48:54 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 973C54A3B4; Fri, 19 Apr 2013 10:48:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 53E484A3A6 for ; Fri, 19 Apr 2013 10:48:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 tCwPFgUzTjCI for ; Fri, 19 Apr 2013 10:48:42 +0200 (CEST) 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-bk0-f48.google.com (mail-bk0-f48.google.com [209.85.214.48]) by theia.denx.de (Postfix) with ESMTPS id B8A5B4A3A0 for ; Fri, 19 Apr 2013 10:48:39 +0200 (CEST) Received: by mail-bk0-f48.google.com with SMTP id jf3so1621627bkc.21 for ; Fri, 19 Apr 2013 01:48:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=mBuxYYpCNvakpr7rUAXCdPOjPiEqxmJSD3R7g0GAmoY=; b=mBzZRBQlwjp772T+/JFa78WXkPyLuJ9ZechK5qWQ44/Qy5h/sfe23MbcLMtkgVVhA6 41BptMsNNokX99t54zB9/ayXvsTIuFOyd858qhjS/tvEee8MCyKBbyKjxZyO8e/0ZuYi CJduUQhSImr1umG5nAFzRLeizhzqhE9yqc9eWdo/kQgsjsezVZOrSW+9EA55/RpMDBpU alVqL1Vk0qFYMyPygYahsQjUTlALvAGqJeT3AqC1Xs0tEVNcYnUVc+4LiPlTQcfpEDhy 1mX5kIt5apKMO31adwh4yj5h6Da16MFeIEojWynyxrUPikzjh47b6x+6GHBCwxT8Uuc6 ukbw== X-Received: by 10.204.61.132 with SMTP id t4mr5476866bkh.20.1366361318429; Fri, 19 Apr 2013 01:48:38 -0700 (PDT) Received: from localhost ([2a01:198:47b:1:210:75ff:fe1a:cd1e]) by mx.google.com with ESMTPS id ss14sm2334119bkb.21.2013.04.19.01.48.36 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 19 Apr 2013 01:48:37 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: U-Boot Mailing List Date: Fri, 19 Apr 2013 10:48:48 +0200 Message-Id: <1366361330-13852-4-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1366361330-13852-1-git-send-email-andreas.devel@googlemail.com> References: <1366196568-23008-1-git-send-email-andreas.devel@googlemail.com> <1366361330-13852-1-git-send-email-andreas.devel@googlemail.com> MIME-Version: 1.0 Cc: Fabio Estevam Subject: [U-Boot] [PATCH v3 3/5] mx31pdk: add CONFIG_SPL_LIBGENERIC_SUPPORT X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de In order to use the generic hang() later on pull libgeneric in SPL. This has no impact on the SPL size. Signed-off-by: Andreas Bießmann --- Changes in v3: None Changes in v2: None include/configs/mx31pdk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index 1754595..82ea4fa 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -50,6 +50,7 @@ #define CONFIG_SPL_LDSCRIPT "arch/$(ARCH)/cpu/u-boot-spl.lds" #define CONFIG_SPL_MAX_SIZE 2048 #define CONFIG_SPL_NAND_SUPPORT +#define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_TEXT_BASE 0x87dc0000 #define CONFIG_SYS_TEXT_BASE 0x87e00000