From patchwork Tue Feb 9 03:55:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vagrant Cascadian X-Patchwork-Id: 580622 X-Patchwork-Delegate: trini@ti.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 D21AA1402D2 for ; Tue, 9 Feb 2016 15:04:56 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 61E1B4BE95; Tue, 9 Feb 2016 05:04:53 +0100 (CET) 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 vNHvFk4IvrtZ; Tue, 9 Feb 2016 05:04:53 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D4D8E4BEA2; Tue, 9 Feb 2016 05:04:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 76BAF4BEA2 for ; Tue, 9 Feb 2016 05:04:50 +0100 (CET) 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 q0RXLdg0gxQE for ; Tue, 9 Feb 2016 05:04:50 +0100 (CET) X-Greylist: delayed 526 seconds by postgrey-1.34 at theia; Tue, 09 Feb 2016 05:04:46 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 cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101]) by theia.denx.de (Postfix) with ESMTP id 227404BE95 for ; Tue, 9 Feb 2016 05:04:46 +0100 (CET) Received: from localhost (unknown [IPv6:2601:1c2:200:4dfd:221a:6ff:fe04:64bd]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 351A81AA16; Mon, 8 Feb 2016 19:55:59 -0800 (PST) From: Vagrant Cascadian To: u-boot@lists.denx.de Date: Mon, 8 Feb 2016 19:55:31 -0800 Message-Id: <1454990131-5030-1-git-send-email-vagrant@debian.org> X-Mailer: git-send-email 2.1.4 Cc: Vagrant Cascadian , Stephen Warren , Karsten Merker Subject: [U-Boot] [PATCH] Fix variable documented in README.distro for PXE address. 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" Fixes typo of pxe_addr_r with pxefile_addr_r. Signed-off-by: Vagrant Cascadian Reviewed-by: Stephen Warren --- doc/README.distro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.distro b/doc/README.distro index 3715c8c..e1b7216 100644 --- a/doc/README.distro +++ b/doc/README.distro @@ -243,7 +243,7 @@ kernel_addr_r: A size of 16MB for the kernel is likely adequate. -pxe_addr_r: +pxefile_addr_r: Mandatory. The location in RAM where extlinux.conf will be loaded to prior to processing.