From patchwork Fri Feb 4 12:35:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Graeme Russ X-Patchwork-Id: 81881 X-Patchwork-Delegate: graeme.russ@gmail.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 3F4F8B70CD for ; Fri, 4 Feb 2011 23:42:03 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 54FF8284D5; Fri, 4 Feb 2011 13:39:41 +0100 (CET) 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 4T7X56Kr5Euk; Fri, 4 Feb 2011 13:39:41 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6CEB9283C9; Fri, 4 Feb 2011 13:38:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E9CB528434 for ; Fri, 4 Feb 2011 13:38:30 +0100 (CET) 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 TjLePbjCQKq0 for ; Fri, 4 Feb 2011 13:38:30 +0100 (CET) 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-gx0-f172.google.com (mail-gx0-f172.google.com [209.85.161.172]) by theia.denx.de (Postfix) with ESMTPS id 02016283D4 for ; Fri, 4 Feb 2011 13:37:40 +0100 (CET) Received: by mail-gx0-f172.google.com with SMTP id 27so989469gxk.3 for ; Fri, 04 Feb 2011 04:37:40 -0800 (PST) Received: by 10.236.95.17 with SMTP id o17mr10822403yhf.56.1296823060017; Fri, 04 Feb 2011 04:37:40 -0800 (PST) Received: from helios.localdomain6 (d122-104-34-241.sbr6.nsw.optusnet.com.au [122.104.34.241]) by mx.google.com with ESMTPS id g27sm398868yhc.8.2011.02.04.04.37.37 (version=SSLv3 cipher=RC4-MD5); Fri, 04 Feb 2011 04:37:39 -0800 (PST) From: Graeme Russ To: u-boot@lists.denx.de Date: Fri, 4 Feb 2011 23:35:59 +1100 Message-Id: <1296822959-3927-33-git-send-email-graeme.russ@gmail.com> X-Mailer: git-send-email 1.7.1.422.g049e9 In-Reply-To: <1296822959-3927-1-git-send-email-graeme.russ@gmail.com> References: <1296822959-3927-1-git-send-email-graeme.russ@gmail.com> Subject: [U-Boot] [PATCH 32/32] eNET: Move initial Global Data into CAR X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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: Graeme Russ --- include/configs/eNET.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/eNET.h b/include/configs/eNET.h index 50ee73e..0358b97 100644 --- a/include/configs/eNET.h +++ b/include/configs/eNET.h @@ -169,7 +169,7 @@ #define CONFIG_SYS_MONITOR_LEN (256 * 1024) #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024) /* Address of temporary Global Data */ -#define CONFIG_SYS_INIT_GD_ADDR 0x19040000 +#define CONFIG_SYS_INIT_GD_ADDR CONFIG_SYS_CAR_ADDR /* allow to overwrite serial and ethaddr */