From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 26 Mar 2021 22:20:01 -0700 Subject: [PATCH 01/11] binman: Use a unique number for the symbols test file In-Reply-To: <20210321052439.2238169-2-sjg@chromium.org> References: <20210321052439.2238169-2-sjg@chromium.org> <20210321052439.2238169-1-sjg@chromium.org> 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 Two test devicetree files currently have 192 as their unique number. Fix this by separating them out. Signed-off-by: Simon Glass --- tools/binman/ftest.py | 2 +- .../test/{192_symbols_nodtb.dts => 196_symbols_nodtb.dts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/binman/test/{192_symbols_nodtb.dts => 196_symbols_nodtb.dts} (100%) Applied to u-boot-dm/next, thanks!