From patchwork Fri Jan 3 10:11:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 3430981 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2DF8BC02DC for ; Fri, 3 Jan 2014 10:43:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 99B4D20127 for ; Fri, 3 Jan 2014 10:43:18 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 33D52200F3 for ; Fri, 3 Jan 2014 10:43:16 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vz1mB-00081B-8u; Fri, 03 Jan 2014 10:14:47 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vz1lD-0003RM-I2; Fri, 03 Jan 2014 10:13:47 +0000 Received: from mail-ea0-f179.google.com ([209.85.215.179]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vz1jl-0003Dd-7Y for linux-arm-kernel@lists.infradead.org; Fri, 03 Jan 2014 10:12:18 +0000 Received: by mail-ea0-f179.google.com with SMTP id r15so6650901ead.24 for ; Fri, 03 Jan 2014 02:11:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:in-reply-to:references:content-type; bh=FedSz/70l5s12Xm4y7zEOomxeH+lJ7HrCXlI/td3kt8=; b=mTF8Hu7JSsUrS+gRLcmKgIen0krf0VedQuJUcY4BBFmbOfxOYoCUc/whEstVCVnIJt 7OA+pCKGlOvzUZFhMN51IWSLRdCAKa6Bh8dKQG85dchK+UhHx20WXy329oYIBpOGjIa4 T+yn7xu4krXAyMw3v+fyEjKJZjuO/+VyJmUWB5Av03D0MzS9pbt/lhtWzJLrok2kADj6 wcueAwVaQEOXzs3PedzOdeu2D2Eq3oJoQdjI+iqxXyksAe7t9Dwx8pXRMCpYdAPha0Vr J3kHeQIdM1+hTLNJJo3c18YKjvaVRUhxDw3jrVKokxNww1kywNZhreR4lQ6QVyNB4CLw 3srw== X-Gm-Message-State: ALoCoQlAjkz0ng5JS9VArrvKY1cK5kLsIBCWnpVs0i674K82WTRdixDmSU04LvEGOGKDqyPiOfBG X-Received: by 10.15.109.135 with SMTP id cf7mr158641eeb.115.1388743915247; Fri, 03 Jan 2014 02:11:55 -0800 (PST) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id a45sm143621538eem.6.2014.01.03.02.11.53 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Fri, 03 Jan 2014 02:11:54 -0800 (PST) From: Michal Simek To: Michal Simek , u-boot@lists.denx.de, Joe Hershberger , linux-arm-kernel@lists.infradead.org, Albert Aribaud , Tom Rini Subject: [PATCH v1 15/24] zynq-common: Define exact TEXT_BASE Date: Fri, 3 Jan 2014 11:11:00 +0100 Message-Id: X-Mailer: git-send-email 1.8.2.3 In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140103_051217_441227_2C83F90B X-CRM114-Status: GOOD ( 12.54 ) X-Spam-Score: -1.9 (-) Cc: Jagannadha Sutradharudu Teki X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Jagannadha Sutradharudu Teki Defined TEXT_BASE for u-boot starts from 0x4000000 w.r.t zynq memory-map. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.2.3 diff --git a/include/configs/zynq.h b/include/configs/zynq.h index 2f8f4ab..c90d4fd 100644 --- a/include/configs/zynq.h +++ b/include/configs/zynq.h @@ -113,7 +113,7 @@ sizeof(CONFIG_SYS_PROMPT) + 16) /* Physical Memory map */ -#define CONFIG_SYS_TEXT_BASE 0 +#define CONFIG_SYS_TEXT_BASE 0x4000000 #define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_SYS_SDRAM_BASE 0