From patchwork Wed Apr 17 11:02:47 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: 237205 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 DD9F82C00E7 for ; Wed, 17 Apr 2013 21:02:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F3BE34A29E; Wed, 17 Apr 2013 13:02:42 +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 iaxYQq7-wH3g; Wed, 17 Apr 2013 13:02:42 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EFD534A2B8; Wed, 17 Apr 2013 13:02:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5545C4A297 for ; Wed, 17 Apr 2013 13:02:30 +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 KD-BD6zeUtgS 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 7EE244A2B8 for ; Wed, 17 Apr 2013 13:02:27 +0200 (CEST) Received: by mail-bk0-f46.google.com with SMTP id je9so704032bkc.5 for ; Wed, 17 Apr 2013 04:02:27 -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=MsDdisfOyT3z3VhO7AtFQaSM65SdXqjCg49MlGew1Hg=; b=czT1Pu3wAiZ4XJ/lm5R9rRQKK/C2elxNMWqw20iFu4LoUpDl14k5N2l2YjqOA2z1+4 b7Du+l1q4yMZkmp2bYE7cNnANlz5euziYbS0eE7r89oIXGoNLfVLPBur2xwpXJg1+svo EuODj3RmBgZyCT4y6NS2NOhPWkLYPtIAAhe+HgLhNdZrJeb1ACFLjatOGP4hQuSCRLjq Pc1blbTbcV4NI0n4ownEdJ6cNloZHna9COkG6DP9R3UK20ulYOtNl8BETpwiGiMB2V5l TMdczOiPzBIwb53Okj1iI57Vg4KDquqW/x9jLx6sycybYokyC0GFI67Rqb5SH2UEsorr /0Xg== X-Received: by 10.204.233.81 with SMTP id jx17mr965525bkb.52.1366196547026; Wed, 17 Apr 2013 04:02:27 -0700 (PDT) Received: from localhost ([2a01:198:47b:1:210:75ff:fe1a:cd1e]) by mx.google.com with ESMTPS id ej2sm1963348bkb.14.2013.04.17.04.02.25 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 17 Apr 2013 04:02:26 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: U-Boot Mailing List Date: Wed, 17 Apr 2013 13:02:47 +0200 Message-Id: <1366196568-23008-5-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: John Rigby Subject: [U-Boot] [PATCH v2 4/5] tx25: 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/tx25.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/tx25.h b/include/configs/tx25.h index e72f8f6..d61a218 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -37,6 +37,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 0x810c0000 #define CONFIG_SYS_TEXT_BASE 0x81200000