From patchwork Fri Aug 23 21:03:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1152432 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=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="M3KnQcSO"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46FYmQ5Zldz9sN1 for ; Sat, 24 Aug 2019 07:04:06 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 5F290C22119; Fri, 23 Aug 2019 21:04:00 +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=SPF_HELO_PASS, 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 989FBC21C50; Fri, 23 Aug 2019 21:03:58 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3C51CC21C38; Fri, 23 Aug 2019 21:03:57 +0000 (UTC) Received: from koncepto.io (koncepto.io [195.154.119.111]) by lists.denx.de (Postfix) with ESMTPS id DB2CFC21C29 for ; Fri, 23 Aug 2019 21:03:56 +0000 (UTC) Received: from menoah.home (lfbn-1-8923-205.w193-250.abo.wanadoo.fr [193.250.65.205]) by koncepto.io (Postfix) with ESMTPSA id 2487F601F2; Fri, 23 Aug 2019 23:03:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1566594236; bh=jtc/MNQDjjLv2HC4oPNpQMn7et/0sGShx/whrLTWKYk=; h=From:To:Cc:Subject:Date:From; b=M3KnQcSOUgeN2lhoxow9W+b9SER1TyWirtkdebgNg/veyj84DDa0LrLGfzX7eOfwJ 6Vg+pMfkrrCZ2n/m6wFiHqDftHDdgMoFnQrx5eZc9fnNQ0OK6uhny4/gQMeJAXQqRn hEF1kbJWVSzW5mCFN3XsIhAhcQUu0q26+abXLFUocQg7UFrG0fzdmYc+FJlgLQP1jj n5PxiHU+Bma7e3RQIaUEZP7CuGaAxv6uqv6lNPQQ84YSJv7e3+M4Vk+g1sWiJyg4XT TlMWipdAZj64GH9uEO0aqvl6DmwHCAU12W5StcN2zWtROS9R75wGeDZ0nfVLyPw+j5 4JH2R3GEFKwog== From: Pierre-Jean Texier To: u-boot@lists.denx.de Date: Fri, 23 Aug 2019 23:03:15 +0200 Message-Id: <1566594199-25314-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Cc: bjorn@haxx.se, michal.simek@xilinx.com, joe.hershberger@ni.com, philip@philipmolloy.com Subject: [U-Boot] [PATCH 0/4] env: fix build error for envtools 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" Here is a set of patches that fixes envtools breakage introduced after v2019.10-rc2. This serie also adds envtools to travis CI and gitlab-ci. This was tested on WaRP7. Before this serie: - https://travis-ci.com/texierp/u-boot/jobs/227669967 After this serie: - https://travis-ci.com/texierp/u-boot/jobs/227761236 Pierre-Jean Texier (4): fw_env: remove duplicated definitions fw_env: fix build error env: add missing header file ci: add envtools support .gitlab-ci.yml | 7 +++++++ .travis.yml | 4 ++++ include/env.h | 1 + tools/env/fw_env.c | 9 +-------- 4 files changed, 13 insertions(+), 8 deletions(-)