From patchwork Thu May 16 15:43:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 244355 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 369F32C00F4 for ; Fri, 17 May 2013 01:43:23 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B2CCC4A037; Thu, 16 May 2013 17:43:21 +0200 (CEST) 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 r2PB+K7ZNyLj; Thu, 16 May 2013 17:43:21 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 14AA84A01F; Thu, 16 May 2013 17:43:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 655084A01F for ; Thu, 16 May 2013 17:43:12 +0200 (CEST) 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 YQUALBj1d40Y for ; Thu, 16 May 2013 17:43:06 +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-ye0-f181.google.com (mail-ye0-f181.google.com [209.85.213.181]) by theia.denx.de (Postfix) with ESMTPS id 3EC194A019 for ; Thu, 16 May 2013 17:42:59 +0200 (CEST) Received: by mail-ye0-f181.google.com with SMTP id l8so636867yen.26 for ; Thu, 16 May 2013 08:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:subject:date:message-id:x-mailer; bh=APbeKJaE341Ys/ChlYM9L6TBI91bFQrgit7F8ya6Q58=; b=FKqqLWVx0Sj/5nctdHcwTgbSS/QXMrHl4kN5ccOvA2CWo/gCQRviqUIocnFKs1m1tP 9oNxRVoQIHxbAYKWxTZEcvlVP5bq7uAClzDHx0B1LNxEG+yEP4L1TmtmSYrdBkQ/9lBw JwQ2CMwNdN3MxFzZAPwhVCxaJFcexja2AX5+zc2a6kYRxtBXPoSRW/n/BrYQ7NjCZI6Q 5xr6vPVZYpmb9JTjBGmbIBQ9KO4u5ip9+l033ChSDYHvb4FnG8kNuKlzckdN5KznrhZN AzeQh68IF1aOi/nXYdGvk3nuHcfq5eJEilrUQDY2jG8m4h784JVydrzKlS7RUc6FYzqB ChBg== X-Received: by 10.236.161.102 with SMTP id v66mr22888431yhk.162.1368718978265; Thu, 16 May 2013 08:42:58 -0700 (PDT) Received: from localhost.localdomain (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPSA id d51sm10316895yho.14.2013.05.16.08.42.56 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 16 May 2013 08:42:57 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Thu, 16 May 2013 11:43:02 -0400 Message-Id: <1368718982-8747-1-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 Subject: [U-Boot] [PATCH] README: Correct reference for CONFIG_SUPPORT_RAW_INITRD 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 Signed-off-by: Tom Rini --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3d81092..3012dcd 100644 --- a/README +++ b/README @@ -5063,7 +5063,7 @@ On some platforms, it's possible to boot Linux zImage. This is done using the "bootz" command. The syntax of "bootz" command is the same as the syntax of "bootm" command. -Note, defining the CONFIG_SUPPORT_INITRD_RAW allows user to supply +Note, defining the CONFIG_SUPPORT_RAW_INITRD allows user to supply kernel with raw initrd images. The syntax is slightly different, the address of the initrd must be augmented by it's size, in the following format: ":".