
17 Mar
2021
17 Mar
'21
2:28 a.m.
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@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!