]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Create a common function to get the config
authorSimon Glass <sjg@chromium.org>
Thu, 10 Oct 2024 00:29:00 +0000 (18:29 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 16:24:27 +0000 (10:24 -0600)
commit40a1ed1e761d56246eeb70c93f9075c88545f4c0
treeb3f0763330ebe9594a1a7f90a3c81026acfaaee5
parent4018a08e423cf0e8eda78d986ff915112485147b
test: Create a common function to get the config

The settings are decoded in two places. Combine them into a new
function, before (in a future patch) expanding the number of items.

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