From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 6 Jul 2020 13:21:53 -0600 Subject: [RFC 2/4] dtoc: add initial support for deleting DTB nodes In-Reply-To: <20200619211140.5081-3-walter.lozano@collabora.com> References: <20200619211140.5081-1-walter.lozano@collabora.com> <20200619211140.5081-3-walter.lozano@collabora.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Walter, On Fri, 19 Jun 2020 at 15:12, Walter Lozano wrote: > > This patch introduce a test for deleting DTB nodes using Python library. > > Signed-off-by: Walter Lozano > --- > tools/dtoc/dtb_platdata.py | 28 ++++++++++++++++++++++++++++ > tools/dtoc/fdt.py | 3 +++ > 2 files changed, 31 insertions(+) This test should go in test_dtoc.py Regards, Simon