From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Webb Date: Sat, 13 Jul 2019 13:35:16 +0100 Subject: [U-Boot] [PATCH 2/2] rockchip: Remove obsolete references to pyelftools In-Reply-To: <20190713122211.GC1233@arachsys.com> References: <20190713122020.GA1233@arachsys.com> <20190713122211.GC1233@arachsys.com> Message-ID: <20190713123516.GD1233@arachsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Oops, sorry; I'm an idiot. The synopsys board does indeed still use pyelftools, and therefore while these are correct: > board/rockchip/evb_rk3399/README | 6 ------ > doc/README.rockchip | 4 ---- these removals are incorrect: > .travis.yml | 1 - > board/synopsys/hsdk/README | 7 ------- Please disregard this second tidy-up patch for now.