From patchwork Mon Dec 9 18:08:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 299150 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 4564F2C0096 for ; Tue, 10 Dec 2013 05:10:27 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AA1514AAEE; Mon, 9 Dec 2013 19:10:15 +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 4CDDjZ-xK8lk; Mon, 9 Dec 2013 19:10:15 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CEDE1A7813; Mon, 9 Dec 2013 19:09:17 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 67EF2A7814 for ; Mon, 9 Dec 2013 19:09:02 +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 QHgaYOpnV10Q for ; Mon, 9 Dec 2013 19:08:57 +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-qc0-f177.google.com (mail-qc0-f177.google.com [209.85.216.177]) by theia.denx.de (Postfix) with ESMTPS id E07FFA770E for ; Mon, 9 Dec 2013 19:08:40 +0100 (CET) Received: by mail-qc0-f177.google.com with SMTP id m20so2944605qcx.22 for ; Mon, 09 Dec 2013 10:08:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:in-reply-to:references; bh=4ArUvNQsPE2qhNwgbkBjHwMmvqvsD8eFwEBSUhPwh98=; b=bDeXlyck0cXdC5tKgPLsTqNZoUx2UeWaulTGFeWJyxQPFtt7is5xeNN19ke9GhPXNZ 3q2qZ/SscdkuZ74+NFNz8QyNXUsmPf1BeyC7MPhHc27O78YHx5vVaZhuXR7nm+1uMID2 uf4U57UCk/g1eDZbkvcPR74+NhYHeTADsbnwCsdv8pu94EdOpKEQWWMOGrWUgsbt8DQx EnZNrYdJhmLGGkR7J5/TykJHCjXi6cVn3BpLFnpFeqSSXTgc0vcK0ldrg8aC9WoV4r76 x7yE16+xgsIUHHB141dXJ6Wg1Q839hEXqqb9yDqtISTen8YPVj5SD+Y8iCT4TXiSocmO 8wUg== X-Received: by 10.224.40.195 with SMTP id l3mr36143266qae.44.1386612519793; Mon, 09 Dec 2013 10:08:39 -0800 (PST) Received: from localhost.localdomain (cpe-174-106-216-211.ec.res.rr.com. [174.106.216.211]) by mx.google.com with ESMTPSA id hb2sm32083216qeb.6.2013.12.09.10.08.38 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Dec 2013 10:08:38 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Date: Mon, 9 Dec 2013 13:08:55 -0500 Message-Id: <1386612538-11186-10-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1386612538-11186-1-git-send-email-trini@ti.com> References: <1386612538-11186-1-git-send-email-trini@ti.com> Subject: [U-Boot] [PATCH v2 09/12] README: Add CONFIG_SPL_OS_BOOT to README 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 1b5a598..4b42a71 100644 --- a/README +++ b/README @@ -3157,6 +3157,10 @@ FIT uImage format: supports MMC, NAND and YMODEM loading of U-Boot and NAND NAND loading of the Linux Kernel. + CONFIG_SPL_OS_BOOT + Enable booting directly to an OS from SPL. + See also: doc/README.falcon + CONFIG_SPL_DISPLAY_PRINT For ARM, enable an optional function to print more information about the running system.