[PATCH v4 22/42] sandbox: Create a new sandbox_noinst build

Simon Glass sjg at chromium.org
Wed Mar 17 02:28:28 CET 2021


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 <sjg at chromium.org>
---

(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!


More information about the U-Boot mailing list