]> git.baikalelectronics.ru Git - uboot.git/commit
test: Tidy up sandbox handling in test-main
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:34:12 +0000 (09:34 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 22:45:58 +0000 (17:45 -0500)
commit01d833de4bea79ad7b9a867756584e84704e6ce3
treeee3055dce18cec44e42d3f61da87bbde4c7df69c
parent8aef2c6db852400f69987a40165bed7a67a0693b
test: Tidy up sandbox handling in test-main

This is pretty messy at present since it relies on a SPL_SANDBOX option
that does not exist. Use the normal options instead, so that it will work
with split config.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/test-main.c