From patchwork Fri Nov 1 11:25:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 287795 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 20A662C0091 for ; Fri, 1 Nov 2013 22:28:01 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7AABD4A0FE; Fri, 1 Nov 2013 12:27:48 +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 kobhD2h3kR8u; Fri, 1 Nov 2013 12:27:48 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 382204A10A; Fri, 1 Nov 2013 12:27:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 583124A0FE for ; Fri, 1 Nov 2013 12:27:22 +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 m-RA8Xm2KDUw for ; Fri, 1 Nov 2013 12:27:17 +0100 (CET) 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-yh0-f51.google.com (mail-yh0-f51.google.com [209.85.213.51]) by theia.denx.de (Postfix) with ESMTPS id 8AB3A4A0FF for ; Fri, 1 Nov 2013 12:27:03 +0100 (CET) Received: by mail-yh0-f51.google.com with SMTP id 29so1741573yhl.38 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:organization; bh=80bvbrlKNKuZwuDhX2B/usnws8qzVpr0Fd6/S1Ll6zc=; b=v+KyJGNLUZhPM1GekiZeN3J9WkMsgdDCznaF/SjvzpkMPWLsGv8XCDICxKABkDyrdj Ki3HAaR+n0QGZ6QzWLputEhGbyLrSuriHq58330RobwtxFbCS1em8Yd3678nry2V54FB 3cqXJ2YVNZfBbO+faN9qZ31E+Cbv61dndPZJKhOofD7eNI2miVW8j4yoEJZn+KTZ5yp2 kmm9gJZI7XGfvQ9LBwvjlPsyLPsfLyUo1RsjCgSerzFAJzS5ELm0WN6Bt8hndEKuGPkq YFCtHXgZUGIE3vSTQfcZnvoqMKLaxQeF0zrVLk6lB819l1AlxHFTZnBEMIiR/IUqxtJ0 F+tQ== X-Received: by 10.236.45.102 with SMTP id o66mr1595264yhb.13.1383305220233; 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 j67sm3682530yhe.26.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 D8FB916F6D978; Fri, 1 Nov 2013 09:26:55 -0200 (BRST) From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 1 Nov 2013 09:25:54 -0200 Message-Id: <1383305158-26019-1-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.8.4.rc3 Organization: O.S. Systems Software LTDA. Cc: Fabio Estevam , Otavio Salvador Subject: [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: 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 Tested-by: Daiane Angolini --- include/configs/mx6sabre_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index bb4db8b..2786a35 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -104,7 +104,7 @@ "script=boot.scr\0" \ "uimage=uImage\0" \ "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \ - "fdt_addr=0x11000000\0" \ + "fdt_addr=0x18000000\0" \ "boot_fdt=try\0" \ "ip_dyn=yes\0" \ "console=" CONFIG_CONSOLE_DEV "\0" \