]> git.baikalelectronics.ru Git - uboot.git/commit
test: Drop an unused parameter to ut_run_test_live_flat()
authorSimon Glass <sjg@chromium.org>
Sun, 30 Oct 2022 01:47:09 +0000 (19:47 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 7 Nov 2022 23:24:30 +0000 (16:24 -0700)
commit639427ffd6b889d257d4df3011a6c19dd817de26
tree544a14b6a86b6571726166f2077067053ca15dc4
parent14a7d2919fee4332cd35a9b2a3321b1a32ccd000
test: Drop an unused parameter to ut_run_test_live_flat()

The select_name parameter is not used anymore. Drop it.

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