From patchwork Sat Aug 24 13:23:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 1152623 X-Patchwork-Delegate: sjg@chromium.org 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=fail (p=none dis=none) header.from=chromium.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="ORPqrZuy"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46Fzm21mg8z9s7T for ; Sat, 24 Aug 2019 23:35:14 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id B702AC21C8B; Sat, 24 Aug 2019 13:31:39 +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=T_DKIM_INVALID 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 9F528C21E1E; Sat, 24 Aug 2019 13:29:25 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 635C8C21DFA; Sat, 24 Aug 2019 13:28:06 +0000 (UTC) Received: from mail-io1-f47.google.com (mail-io1-f47.google.com [209.85.166.47]) by lists.denx.de (Postfix) with ESMTPS id BE16DC21DEC for ; Sat, 24 Aug 2019 13:28:03 +0000 (UTC) Received: by mail-io1-f47.google.com with SMTP id q22so26702242iog.4 for ; Sat, 24 Aug 2019 06:28:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=lDinUX1EglsQ/akom6Rw7ELo9iNSgWcGt6uS9KAo+yg=; b=ORPqrZuyDAnnjM8bOa5prquCh6lPb/jXFeKsEtG9rzJDHbCNvxPyoYrEGk2k7sSIfo 57Gda2b5TbYvG1kQGWAe6q3NUp02W7zSZg7fguFDWv7ocTWzNb2Lmkxc9FbRttvaiTAl wckhDMUODaD/AMKrHL5dC+oEba1lFiCU5T1FA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lDinUX1EglsQ/akom6Rw7ELo9iNSgWcGt6uS9KAo+yg=; b=B2z8gajFQ671jHdVvvtbMriLFptOX7UzFAHMxFRMCp7o8wCC63BluaviNilPn8SURt SVar0mE/0pslIli/0wMFT4FWTgwmIlI+7mMSRPdapZSa3q/MOXqiDb3jQCkVMGwKX8Zt cu3yPxLNG4p99d0O+8rAwhn5KKFyVmlJyWRiiXwrEIavKdYecDogFPqPY/+C2YtUbKWv m6FwZ9g11kVRyzI+s/me9DNyQQJ7GAasleYkEjmUY9PmcRbsRvaEuhxFVrnfFCOSsSqz v5dLccrhOPm6Hti64Ml9kntDohKc5lTLAe02mHryyqHkrFNUtU8EyKfidw8+cB2wE+sJ oLyQ== X-Gm-Message-State: APjAAAX5oI0bxdZ8qEOXygYb09/9oVr2lWR3uxnPWfEbpDRiqGrxz456 XDzJot/3eBksMW5ldJvhz+3g3p2r69Q= X-Google-Smtp-Source: APXvYqzLeZu7jO1L5ydXb+IuElnU1OGurvY8zdHIy3h6vGCliwvhEIsz9gJuJDIwl4j4tojdorNiDw== X-Received: by 2002:a6b:7a0a:: with SMTP id h10mr9898377iom.45.1566653282659; Sat, 24 Aug 2019 06:28:02 -0700 (PDT) Received: from kiwi.bld.corp.google.com ([2620:15c:183:0:8223:87c:a681:66aa]) by smtp.gmail.com with ESMTPSA id l2sm8881790ioq.83.2019.08.24.06.28.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Aug 2019 06:28:02 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Date: Sat, 24 Aug 2019 07:23:14 -0600 Message-Id: <20190824132315.53130-35-sjg@chromium.org> X-Mailer: git-send-email 2.23.0.187.g17f5b7556c-goog In-Reply-To: <20190824132315.53130-1-sjg@chromium.org> References: <20190824132315.53130-1-sjg@chromium.org> MIME-Version: 1.0 Subject: [U-Boot] [PATCH 34/34] binman: Drop comment-out code in testUpdateFdtOutput() 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This code is not needed so drop it. Signed-off-by: Simon Glass Signed-off-by: Simon Glass --- tools/binman/ftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index b0b942dfdc..0a66369cbd 100644 --- a/tools/binman/ftest.py +++ b/tools/binman/ftest.py @@ -1669,8 +1669,6 @@ class TestFunctional(unittest.TestCase): # source file (e.g. test/075_fdt_update_all.dts) thus does not enter # binman as a file called u-boot.dtb. To fix this, copy the file # over to the expected place. - #tools.WriteFile(os.path.join(self._indir, 'u-boot.dtb'), - #tools.ReadFile(tools.GetOutputFilename('source.dtb'))) start = 0 for fname in ['u-boot.dtb.out', 'spl/u-boot-spl.dtb.out', 'tpl/u-boot-tpl.dtb.out']: