From patchwork Fri Nov 1 11:25:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 287796 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 5D21E2C00B8 for ; Fri, 1 Nov 2013 22:32:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9F8B14A100; Fri, 1 Nov 2013 12:32:29 +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 kqOQrOSaN560; Fri, 1 Nov 2013 12:32:29 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 64FC54A104; Fri, 1 Nov 2013 12:32:27 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 319664A104 for ; Fri, 1 Nov 2013 12:32:21 +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 Tv20ntLcEAto for ; Fri, 1 Nov 2013 12:32:15 +0100 (CET) X-Greylist: delayed 306 seconds by postgrey-1.27 at theia; Fri, 01 Nov 2013 12:32:09 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-gg0-f172.google.com (mail-gg0-f172.google.com [209.85.161.172]) by theia.denx.de (Postfix) with ESMTPS id 0F9C94A100 for ; Fri, 1 Nov 2013 12:32:09 +0100 (CET) Received: by mail-gg0-f172.google.com with SMTP id k3so1443560ggn.3 for ; Fri, 01 Nov 2013 04:32:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :organization; bh=SQbxliDdHjnddNIJWuFcbO/98yxw0uiLdgQ80R7oI40=; b=jXXACz2Zf3UXs9C5/oYZFRgDn/ys2Hk8hjYYdRvBuYrwEqHSCvQU/k64PE3RNgYHLA OPG39jVlyrDhDCsnnkNNinFeW7cFtltXREG5HMaJwYjF+Lk8NoIAuuTRetOIqZDxMPZw Q0JuYwwgWhtrumTS1opmYxCfgxCpxVh7P+DLtbTUlCI3JctZNk0ov3GaU6NJxrEXsk1p 2s7oiLMUIYkfYdadYD+xe46G4qoZ1eAMJ42gO/XqorCDK4s95d62u84eOmRQuHDA/0LP J7ESqf/wj55JQqCyaKRAJvEsxM1bgZUJT3nXaq8450a56YcG/TDmaxdSm/Fd530Bl3M7 eceA== X-Received: by 10.236.5.174 with SMTP id 34mr1590379yhl.48.1383305220742; Fri, 01 Nov 2013 04:27:00 -0700 (PDT) Received: from nano.lab.ossystems.com.br ([177.194.208.225]) by mx.google.com with ESMTPSA id o67sm3754952yha.4.2013.11.01.04.26.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Nov 2013 04:26:59 -0700 (PDT) Received: by nano.lab.ossystems.com.br (Postfix, from userid 1000) id 0068A16F6D97C; Fri, 1 Nov 2013 09:26:55 -0200 (BRST) From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 1 Nov 2013 09:25:56 -0200 Message-Id: <1383305158-26019-3-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.8.4.rc3 In-Reply-To: <1383305158-26019-1-git-send-email-otavio@ossystems.com.br> References: <1383305158-26019-1-git-send-email-otavio@ossystems.com.br> Organization: O.S. Systems Software LTDA. Cc: Fabio Estevam , Otavio Salvador Subject: [U-Boot] [PATCH 3/5] udoo: Change FDT loading address to avoid overlaping 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 The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot. Signed-off-by: Otavio Salvador --- include/configs/udoo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/udoo.h b/include/configs/udoo.h index 78df071..a5991aa 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -77,7 +77,7 @@ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \ - "fdt_addr=0x11000000\0" \ + "fdt_addr=0x18000000\0" \ "boot_fdt=try\0" \ "ip_dyn=yes\0" \ "mmcdev=0\0" \