From patchwork Fri Apr 19 08:48:49 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: 237876 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 8EAE92C01E6 for ; Fri, 19 Apr 2013 18:49:21 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 946294A3C3; Fri, 19 Apr 2013 10:49:10 +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 6cqXYJ31ZVan; Fri, 19 Apr 2013 10:49:10 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8C7864A39A; Fri, 19 Apr 2013 10:49:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 899EC4A3B9 for ; Fri, 19 Apr 2013 10:49:05 +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 zr99JrNXFl-5 for ; Fri, 19 Apr 2013 10:49:04 +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-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) by theia.denx.de (Postfix) with ESMTPS id 9E3E54A3AF for ; Fri, 19 Apr 2013 10:48:48 +0200 (CEST) Received: by mail-bk0-f43.google.com with SMTP id jm19so447247bkc.30 for ; Fri, 19 Apr 2013 01:48:46 -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=kuKI2qLDopHUNTH8Cms/qKnlVxTBbBwzFi1faPD/Xy0=; b=BFHOSO7J8L9qz63BGYHki/OnrqSEbIZzus7qnxLtRTJp/cG0WVEMSypl8Iq1Z8aR8Z z7sSq8+LgWYeX27mvSIt91cZAppLmnovNWLm/XCMeg+V2SiSijosGlhrkc8pXanBMaa6 ui+HAsDIfxFYMaW3wefAp2UeVfYPSAHtIKil9IwFTmMfFYcbzOY9sYF+p2oAuujeCwU1 KFSmarmxWavQQ8PtDNbNntA+ixFuDqDvMS85n8nFbHqLXPztYL6pDLrLwQFFVEfFZMzA l08Trx6gu4OFQtLpZQd8LBNhx53M4KAz2KVxGyzShgtXv3vZpkoV0SfpUlm+S5JELa3J v47A== X-Received: by 10.204.224.15 with SMTP id im15mr5380698bkb.120.1366361326905; Fri, 19 Apr 2013 01:48:46 -0700 (PDT) Received: from localhost ([2a01:198:47b:1:210:75ff:fe1a:cd1e]) by mx.google.com with ESMTPS id cv9sm3820762bkb.5.2013.04.19.01.48.45 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 19 Apr 2013 01:48:46 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: U-Boot Mailing List Date: Fri, 19 Apr 2013 10:48:49 +0200 Message-Id: <1366361330-13852-5-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: John Rigby Subject: [U-Boot] [PATCH v3 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 v3: None 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