From patchwork Wed Apr 8 19:54:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Harvey X-Patchwork-Id: 459454 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 35BF414016A for ; Thu, 9 Apr 2015 05:56:59 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2AAC9A755C; Wed, 8 Apr 2015 21:56:29 +0200 (CEST) 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 BeHoUvY5QYLf; Wed, 8 Apr 2015 21:56:28 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E6F75A74D9; Wed, 8 Apr 2015 21:55:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7C759A74BE for ; Wed, 8 Apr 2015 21:55:39 +0200 (CEST) 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 WuAFLlRpJqy5 for ; Wed, 8 Apr 2015 21:55:39 +0200 (CEST) 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-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by theia.denx.de (Postfix) with ESMTPS id B736FA745A for ; Wed, 8 Apr 2015 21:55:22 +0200 (CEST) Received: by pdbqa5 with SMTP id qa5so69059139pdb.1 for ; Wed, 08 Apr 2015 12:55:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=eXG0aqiLa0DA5jQ/ElHJs7oSZ/fRH+QT9RHxRgQnllw=; b=Kaw+LFaUOzvvU9rmD8ZJpFuiLrJYAPZ1t8YWbKduFWyhRFQlRIKVYXc5ElYeYIyo3L 9Vna65jJG6xvWXxPcBR5efOHsImSHu1m3M7hrBIr3qJmykrMSZ5XbGzE9vN/PlAbn3aB xpMZ16YTPTVvGIsW9PWbjFTRX30/gyRpczgIrlta1EThXogDbkIPRfbgaqYysrv1SgMR 2DzfzYFQueqKWJjNgYbneNVjC9zzYCjiYdIPlbGKmXVokzEPRqugXZRLRp92glHYPgYK vOBDy0M5rBXPEi0V7Rne8GKywFhhNpmhsZKE9T76MaLayOAxFfZIDWM7aq7WByT2kxcg PSjQ== X-Gm-Message-State: ALoCoQlmhV7Ehpfk/uaW/21zv8IdxPSyDw15V7bFiNoy3ZxHkCIKbNarvC98w4+j+YHmuOSN3/Tf X-Received: by 10.68.178.225 with SMTP id db1mr938956pbc.11.1428522921406; Wed, 08 Apr 2015 12:55:21 -0700 (PDT) Received: from tharvey.gw (68-189-91-139.static.snlo.ca.charter.com. [68.189.91.139]) by mx.google.com with ESMTPSA id u5sm12130208pdu.57.2015.04.08.12.55.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Apr 2015 12:55:20 -0700 (PDT) From: Tim Harvey To: Stefano Babic Date: Wed, 8 Apr 2015 12:54:40 -0700 Message-Id: <1428522904-8111-11-git-send-email-tharvey@gateworks.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1428522904-8111-1-git-send-email-tharvey@gateworks.com> References: <1428522904-8111-1-git-send-email-tharvey@gateworks.com> Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 10/34] imx: ventana: config: Support ramdisk X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Set the initrd_high env so that ramdisk range can be properly set. See commit 7e9603e and README Signed-off-by: Tim Harvey --- include/configs/gw_ventana.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 3958ba7..658f574 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -333,6 +333,7 @@ \ "fdt_high=0xffffffff\0" \ "fdt_addr=0x18000000\0" \ + "initrd_high=0xffffffff\0" \ "loadfdt=" \ "if ${fsload} ${fdt_addr} boot/${fdt_file}; then " \ "echo Loaded DTB from boot/${fdt_file}; " \