]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Create a new sandbox_noinst build
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 04:25:32 +0000 (17:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commit2af1e220f14752a180a3b16ff24c2acbb3294bc3
tree869815812dd097007ce91fe6ec2810cdb9494e0d
parentdf42ad24e88a7301b37977ef6358eabc001620bd
sandbox: Create a new sandbox_noinst build

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>
Signed-off-by: Simon Glass <sjg@chromium.org>
board/sandbox/MAINTAINERS
configs/sandbox_noinst_defconfig [new file with mode: 0644]
configs/sandbox_spl_defconfig
test/dm/of_platdata.c