From patchwork Fri Nov 1 11:25:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 287793 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 803552C0095 for ; Fri, 1 Nov 2013 22:27:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EE9384A10B; Fri, 1 Nov 2013 12:27:34 +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 XhnhTDnVsf+v; Fri, 1 Nov 2013 12:27:34 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F0B0F4A10C; Fri, 1 Nov 2013 12:27:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A65A84A0F8 for ; Fri, 1 Nov 2013 12:27:17 +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 FpUHQSMuTgPy for ; Fri, 1 Nov 2013 12:27:10 +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-yh0-f49.google.com (mail-yh0-f49.google.com [209.85.213.49]) by theia.denx.de (Postfix) with ESMTPS id 7E1F54A0FC for ; Fri, 1 Nov 2013 12:27:03 +0100 (CET) Received: by mail-yh0-f49.google.com with SMTP id a41so1718022yho.22 for ; Fri, 01 Nov 2013 04:27:01 -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=Wo5HobW3FtUNV2qP2KheeS1MBQklku20LBavY6hWrrU=; b=hDkC51gWosLJ/L1Mr2JdVZdc/lMbW5vieIpVWSPIXTB5JVdRfHCjSZDzzQCVO0FrC/ +Xjq8tpsrQjKumZj+2xJ3N4qAuC1tvjdM5AUc6itHy1fozXvKfKQUULW6NWrahhd01vz 8eV3mkjoa4VHWgXBf+q/94oJrBRnePVLyWDCX3CVZ1l0lwwQcKXVBG9TGdIxGNf0dUN3 KPmw5QrcewBU2ymjW4vlPnNrfq7Xk30ypwYQOnwnu6cr0bPBvKG6KbyNC0j7MxXZEptY E62A/rfhuFpeS+siCdbyWFtsl1FSRtX/z6NQdYmNEWWryerzBqrSz8MqYSMJ4UD0DoKv fD5Q== X-Received: by 10.236.53.164 with SMTP id g24mr1602164yhc.18.1383305221726; Fri, 01 Nov 2013 04:27:01 -0700 (PDT) Received: from nano.lab.ossystems.com.br ([177.194.208.225]) by mx.google.com with ESMTPSA id v45sm3761058yha.2.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 1FE3916F6D980; Fri, 1 Nov 2013 09:26:56 -0200 (BRST) From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 1 Nov 2013 09:25:58 -0200 Message-Id: <1383305158-26019-5-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 , Marek Vasut , Otavio Salvador Subject: [U-Boot] [PATCH 5/5] cgtqmx6eval: 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/cgtqmx6eval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h index 5cf456a..9dee2b7 100644 --- a/include/configs/cgtqmx6eval.h +++ b/include/configs/cgtqmx6eval.h @@ -81,7 +81,7 @@ "console=ttymxc1\0" \ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ - "fdt_addr=0x11000000\0" \ + "fdt_addr=0x18000000\0" \ "boot_fdt=try\0" \ "mmcdev=1\0" \ "mmcpart=1\0" \