From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 20 May 2019 09:35:41 -0600 Subject: [U-Boot] [PATCH v2 5/8] test: move SPL test nodes in test device tree In-Reply-To: <1558357207-7345-6-git-send-email-patrick.delaunay@st.com> References: <1558357207-7345-1-git-send-email-patrick.delaunay@st.com> <1558357207-7345-6-git-send-email-patrick.delaunay@st.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 Patrick. On Mon, 20 May 2019 at 07:00, Patrick Delaunay wrote: > > Moves spl-test nodes in test device tree, selected by > the new build option '--device-tree'. Where is this build option? > > This patch also executes the version test (test_000_version) to check > the correct start of the U-Boot after SPL execution. What is test_000_version? Again this patch needs motivation. It is very hard for me to understand what you are trying to do. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v2: > - move all spl test nodes in test dtb > > arch/sandbox/dts/sandbox.dts | 36 ------------------------------------ > arch/sandbox/dts/sandbox64.dts | 36 ------------------------------------ > arch/sandbox/dts/test.dts | 36 ++++++++++++++++++++++++++++++++++++ > test/run | 3 ++- > 4 files changed, 38 insertions(+), 73 deletions(-) Can you please check this series which creates a comment DT: http://patchwork.ozlabs.org/project/uboot/list/?series=108546 Could you rebase on top of it? - u-boot-dm/sandbox-working Regards, Simon