From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Mar 2021 01:28:28 +0000 Subject: [PATCH v4 22/42] sandbox: Create a new sandbox_noinst build In-Reply-To: <20210315172537.v4.22.Ibbb34d3fd5550f3fd025e429e8fedd264df07fec@changeid> References: <20210315172537.v4.22.Ibbb34d3fd5550f3fd025e429e8fedd264df07fec@changeid> <20210315042553.1932494-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 Move sandbox_spl over to use OF_PLATDATA_INST. Create a new board to test the case when this is not enabled, since we will be keeping that code around for several months and want to avoid regressions. Skip the dm_test_of_plat_dev() test since driver info is not available for OF_PLATDATA_INST. Signed-off-by: Simon Glass --- (no changes since v1) board/sandbox/MAINTAINERS | 7 + configs/sandbox_noinst_defconfig | 231 +++++++++++++++++++++++++++++++ configs/sandbox_spl_defconfig | 1 + test/dm/of_platdata.c | 4 + 4 files changed, 243 insertions(+) create mode 100644 configs/sandbox_noinst_defconfig Applied to u-boot-dm/next, thanks!