From patchwork Fri Aug 29 13:07:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 384225 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 473AF1400BB for ; Fri, 29 Aug 2014 23:14:29 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 108ABA7675; Fri, 29 Aug 2014 15:14:26 +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 c1EaT3jS8Wk8; Fri, 29 Aug 2014 15:14:25 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 98608A7688; Fri, 29 Aug 2014 15:14:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B8120A7688 for ; Fri, 29 Aug 2014 15:14:20 +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 AOp-Bv0PjqhO for ; Fri, 29 Aug 2014 15:14:17 +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-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by theia.denx.de (Postfix) with ESMTPS id 1F1F9A7675 for ; Fri, 29 Aug 2014 15:14:14 +0200 (CEST) Received: by mail-pd0-f169.google.com with SMTP id g10so395002pdj.14 for ; Fri, 29 Aug 2014 06:14:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=4Q+3bKu6WVP+Px8BbnrlZKLHrFhmLK+xsD5PTdwlK0Q=; b=0gvXKwKOZmc+97YDem8eBgGx9WlnAhYXAdT4s4GplzCcwVqhhAlpWEtIWy0BRcgBhU BjCvMYcG/lRdbsTrZH1QHJ7B/0X6DPVlfmsmKfhOi6x7ceglh19YblGI2l/YoQV1VEev FaLwir0Vu3pdwYaRkwrxtxF+shtzU0XwyhvC/tHxLSJmYw+xEh+HodQJY3PgHi9JwbGj D9NhpLNe7EbQWbBoXK9x7qyEBwAJs+Kld+3FgwCCOEgTz+dwNBUKl1e+KWR+Qply/moy NQ+2y1AZvgkrsKijnJcsCbOnhVurwV2X+e+CfU5ut8iUFb3yRcg8Jtn8d+EpaTKbdrrJ sq9A== X-Received: by 10.70.94.103 with SMTP id db7mr15386785pdb.122.1409317651511; Fri, 29 Aug 2014 06:07:31 -0700 (PDT) Received: from Jubuntu.xilinx.com ([123.201.68.208]) by mx.google.com with ESMTPSA id ga1sm6462866pbd.78.2014.08.29.06.07.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 29 Aug 2014 06:07:30 -0700 (PDT) From: Jagannadha Sutradharudu Teki To: u-boot@lists.denx.de Date: Fri, 29 Aug 2014 18:37:09 +0530 Message-Id: <1409317630-14270-1-git-send-email-jagannadh.teki@gmail.com> X-Mailer: git-send-email 2.0.0.rc1.4.gd8779e1 Cc: Jagannadha Sutradharudu Teki Subject: [U-Boot] [PATCH 1/2] sandbox: Update minor documentation changes 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 From: Jagannadha Sutradharudu Teki - Use _defconfig instead of _config, but _config is still working. - Corrected README.sandbox path in ./README Signed-off-by: Jagannadha Sutradharudu Teki --- README | 2 +- board/sandbox/README.sandbox | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1e63f04..e88184b 100644 --- a/README +++ b/README @@ -272,7 +272,7 @@ board. This allows feature development which is not board- or architecture- specific to be undertaken on a native platform. The sandbox is also used to run some of U-Boot's tests. -See board/sandbox/sandbox/README.sandbox for more details. +See board/sandbox/README.sandbox for more details. Configuration Options: diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index 529c447..2613c46 100644 --- a/board/sandbox/README.sandbox +++ b/board/sandbox/README.sandbox @@ -32,7 +32,7 @@ Basic Operation To run sandbox U-Boot use something like: - make sandbox_config all + make sandbox_defconfig all ./u-boot Note: @@ -41,7 +41,7 @@ Note: build sandbox without SDL (i.e. no display/keyboard support) by removing the CONFIG_SANDBOX_SDL line in include/configs/sandbox.h or using: - make sandbox_config all NO_SDL=1 + make sandbox_defconfig all NO_SDL=1 ./u-boot