From patchwork Wed Apr 17 11:02:46 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: 237204 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 30B202C00E7 for ; Wed, 17 Apr 2013 21:02:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 58E9A4A2A3; Wed, 17 Apr 2013 13:02:34 +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 MhB438JKBmYM; Wed, 17 Apr 2013 13:02:34 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 45E014A2A5; Wed, 17 Apr 2013 13:02:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 25EF94A297 for ; Wed, 17 Apr 2013 13:02:29 +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 f2PMUHrD9S7p for ; Wed, 17 Apr 2013 13:02:28 +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-f46.google.com (mail-bk0-f46.google.com [209.85.214.46]) by theia.denx.de (Postfix) with ESMTPS id 42B784A2A7 for ; Wed, 17 Apr 2013 13:02:21 +0200 (CEST) Received: by mail-bk0-f46.google.com with SMTP id je9so712319bkc.33 for ; Wed, 17 Apr 2013 04:02:20 -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=DfA+OugAWPwsBJzgzh2dHi95uaaDfSp/1t/ugKt/CnY=; b=NGjRmM5kk6IX+tzlfs7Re4bS5vePGomciVPrApxE06xT1Ttg9FU66ZrovSLJrQej9b irJ7p5hRNbdj03W0+F/3XpDT/aB3UtOPhv5ooE40NTEBAdKWi+o05FyB6GCklQGQ3loY Ulqr5zOUXmodDSqzQSgBOuyXgKUwrBan6h7tQvApBiNFlp6ux6KHMOtxTSSmoNlVsNO9 xn4wdVwj+a5ZanWl+7yQy6Odd7ZVRTKtx6M6Wkh6EpKoGGyydLK7maTVR9vgdIZW5KvI L2v+So89iSaLNIneMsFlAewsMmaZoosjCeHVgyMOfnZaIRM6cOTnbpYCY/2VFn06Grw0 i/Bg== X-Received: by 10.205.103.67 with SMTP id dh3mr2044247bkc.19.1366196539992; Wed, 17 Apr 2013 04:02:19 -0700 (PDT) Received: from localhost ([2a01:198:47b:1:210:75ff:fe1a:cd1e]) by mx.google.com with ESMTPS id tc9sm738785bkb.18.2013.04.17.04.02.18 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 17 Apr 2013 04:02:19 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: U-Boot Mailing List Date: Wed, 17 Apr 2013 13:02:46 +0200 Message-Id: <1366196568-23008-4-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1366196568-23008-1-git-send-email-andreas.devel@googlemail.com> References: <1366107249-24547-1-git-send-email-andreas.devel@googlemail.com> <1366196568-23008-1-git-send-email-andreas.devel@googlemail.com> MIME-Version: 1.0 Cc: Fabio Estevam Subject: [U-Boot] [PATCH v2 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 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