From patchwork Fri Jul 13 09:36:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Loic Devulder X-Patchwork-Id: 943394 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 41RnkF6ck6z9ryt for ; Fri, 13 Jul 2018 19:36:21 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 88352C21FE5; Fri, 13 Jul 2018 09:36:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 0347BC21D9A; Fri, 13 Jul 2018 09:36:15 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 32EDAC21E02; Fri, 13 Jul 2018 09:36:14 +0000 (UTC) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by lists.denx.de (Postfix) with ESMTPS id F29D1C21D9A for ; Fri, 13 Jul 2018 09:36:12 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id BAA47AD70; Fri, 13 Jul 2018 09:36:12 +0000 (UTC) From: Loic Devulder To: u-boot@lists.denx.de Date: Fri, 13 Jul 2018 11:36:07 +0200 Message-Id: <20180713093607.26121-2-ldevulder@suse.de> X-Mailer: git-send-email 2.13.7 In-Reply-To: <20180713093607.26121-1-ldevulder@suse.de> References: <20180713093607.26121-1-ldevulder@suse.de> Cc: linux-amlogic@lists.infradead.org, trini@konsulko.com Subject: [U-Boot] [PATCH v2 1/1] Fix README for Khadas VIM board X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Explicitly add 'python' call for 'acs_tool.pyc', to avoid failed execution on some OSes. Signed-off-by: Loic Devulder Acked-by: Neil Armstrong diff --git a/board/amlogic/khadas-vim/README b/board/amlogic/khadas-vim/README index 7eaca724f8..2f30831436 100644 --- a/board/amlogic/khadas-vim/README +++ b/board/amlogic/khadas-vim/README @@ -67,7 +67,7 @@ Go back to mainline U-Boot source tree then : fip/bl30_new.bin \ bl30 - > $FIPDIR/acs_tool.pyc fip/bl2.bin fip/bl2_acs.bin fip/acs.bin 0 + > python $FIPDIR/acs_tool.pyc fip/bl2.bin fip/bl2_acs.bin fip/acs.bin 0 > $FIPDIR/blx_fix.sh \ fip/bl2_acs.bin \