From patchwork Tue Sep 23 19:05:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 392637 X-Patchwork-Delegate: sjg@chromium.org 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 E6E061400A3 for ; Wed, 24 Sep 2014 05:06:22 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 30C4AA743C; Tue, 23 Sep 2014 21:06: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 1OBBq277ZhBM; Tue, 23 Sep 2014 21:06:19 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4DA8EA73E5; Tue, 23 Sep 2014 21:06:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B4909A73E5 for ; Tue, 23 Sep 2014 21:06:11 +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 U6b7YwjFm7cR for ; Tue, 23 Sep 2014 21:06:08 +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-pa0-f74.google.com (mail-pa0-f74.google.com [209.85.220.74]) by theia.denx.de (Postfix) with ESMTPS id 5E000A73E2 for ; Tue, 23 Sep 2014 21:06:04 +0200 (CEST) Received: by mail-pa0-f74.google.com with SMTP id kx10so1310544pab.1 for ; Tue, 23 Sep 2014 12:06:03 -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; bh=ZhTiGhzftmBhXjiuuopNLHtoQRf4FBHzb9m6HOGrWHA=; b=dNDFbWn8CHQokLTGBj5RMrC3mR5t+MwkZBZcuXOTzHTHr01ilojlCZI8AlfLrqhT/l cZKqCTjj4Wmk2HjtroHUHh+J6xcnyVYC1UspTviZy1H+xfkkTvu7658QfdeTOWxV8Yp5 BxNcQV/e/LzUM1svryA6XkiTGzZVABoMm72HdQb0SNBWIJibxECtxTq0M1O1gRhbJDhF SKd2uRjVrdo59AUvwi4gBR8244dxnCqrlNN9fO2McxDTzBMox5orZvHb/VQc6DEQ8vzW 58yjQDoPn29zaCGfpBkuaERtr03wVIOEgkfP1Z/wkG4zYpP7WCMvDD09pXh9QPTm/AXl sq5w== X-Gm-Message-State: ALoCoQmNxYExiePlbWIDhE5SnyMhzjaUyIpSDLn2k0mVgI3vBdiSuaGgAWqutyoDgXvgF/n6palQ X-Received: by 10.68.204.97 with SMTP id kx1mr1317211pbc.7.1411499163642; Tue, 23 Sep 2014 12:06:03 -0700 (PDT) Received: from corpmail-nozzle1-2.hot.corp.google.com ([100.108.1.103]) by gmr-mx.google.com with ESMTPS id t28si685734yhb.4.2014.09.23.12.06.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Sep 2014 12:06:03 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-2.hot.corp.google.com with ESMTP id Xx7anGQR.1; Tue, 23 Sep 2014 12:06:03 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id AF675220DEE; Tue, 23 Sep 2014 13:06:02 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Tue, 23 Sep 2014 13:05:59 -0600 Message-Id: <1411499160-14673-1-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.1.0.rc2.206.gedb03e5 Cc: Tom Rini Subject: [U-Boot] [PATCH] sandbox: Fix README to indicate that vendor name is unset 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 This brings in a additional small fix which was missed in a recent update to the README. Suggested-by: Masahiro Yamada Signed-off-by: Simon Glass Acked-by: Jagannadha Sutradharudu Teki --- board/sandbox/README.sandbox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index 5f879f5..3c0df17 100644 --- a/board/sandbox/README.sandbox +++ b/board/sandbox/README.sandbox @@ -18,8 +18,8 @@ create unit tests which we can run to test this upper level code. CONFIG_SANDBOX is defined when building a native board. -The chosen vendor and board names are also 'sandbox', so there is a single -board in board/sandbox. +The board name is 'sandbox' but the vendor name is unset, so there is a +single board in board/sandbox. CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian machines.