From patchwork Tue Aug 20 12:53:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 268517 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 6AD1C2C00E9 for ; Tue, 20 Aug 2013 22:56:18 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3F3014A08D; Tue, 20 Aug 2013 14:56:00 +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 oPOs0HfLs+MS; Tue, 20 Aug 2013 14:56:00 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A901C4A0C3; Tue, 20 Aug 2013 14:55:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C5B5E4A062 for ; Tue, 20 Aug 2013 14:54:35 +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 LSkd+1Odysan for ; Tue, 20 Aug 2013 14:54:28 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=ERR(-1.5) (only DNSBL check requested) Received: from mail-qc0-f175.google.com (mail-qc0-f175.google.com [209.85.216.175]) by theia.denx.de (Postfix) with ESMTPS id 2E1D34A07B for ; Tue, 20 Aug 2013 14:54:08 +0200 (CEST) Received: by mail-qc0-f175.google.com with SMTP id m4so167096qcy.34 for ; Tue, 20 Aug 2013 05:54:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:in-reply-to:references; bh=n0cO+8c6Pq8HUbB5PWdElDXsmgnP3Eu9VppxD58SMFk=; b=wvpoVwm4qG7V8DShMIz9Q9CiHeZibiWElHzNPVGP1mmmm2CXg4AV+bvBGVZ+YKVV3F p2myDnUn//HI26nZzEqIqcWE6KyoVmbOWa7aUmp8zm5oAsA7JOAt2r0s54eSSiLrzbpe H6p2LYDNCL1jNHeXBav6hQ96LsBmfpzavRVVRmHm+R/v3bSLSNEGDFpN9JUBZSzo40u5 kuHbnWdja4SQwzc61xod5WBi8NxoxBM0hjD9y4wbGpI6mngnZqfCtiw+KvW0ZTE0LR6n 0DAwG+Anx7xwaWTc7gid5g0GMLoct3oAQZKsM6sq46EX3SK3wc7Jii6Siz+gDRRxqrR+ k/4Q== X-Received: by 10.49.12.38 with SMTP id v6mr1669798qeb.62.1377003247510; Tue, 20 Aug 2013 05:54:07 -0700 (PDT) Received: from localhost.localdomain (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPSA id a6sm3510408qam.5.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 20 Aug 2013 05:54:07 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Tue, 20 Aug 2013 08:53:51 -0400 Message-Id: <1377003234-16792-10-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1377003234-16792-1-git-send-email-trini@ti.com> References: <1377003234-16792-1-git-send-email-trini@ti.com> Subject: [U-Boot] [PATCH 09/12] TI:am33xx: Move SPL YMODEM support to the per-board config 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: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Tom Rini --- include/configs/ti_am335x_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h index 837c02c..d2e34ae 100644 --- a/include/configs/ti_am335x_common.h +++ b/include/configs/ti_am335x_common.h @@ -49,7 +49,6 @@ */ #define CONFIG_SPL_TEXT_BASE 0x402F0400 #define CONFIG_SPL_MAX_SIZE (0x4030B800 - CONFIG_SPL_TEXT_BASE) -#define CONFIG_SPL_YMODEM_SUPPORT /* * Since SPL did pll and ddr initialization for us,