]> git.baikalelectronics.ru Git - uboot.git/commit
test: Avoid a build error with SPL
authorSimon Glass <sjg@chromium.org>
Mon, 5 Jul 2021 22:32:43 +0000 (16:32 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:34 +0000 (10:27 -0600)
commit08b382c9e51ae055ec9a706f5f2290f71fbfc021
tree233b9c2fafbee2f203304f6beeace476e5263dbe
parent260d590ea9c015261bb9dbf1689df62a581fd541
test: Avoid a build error with SPL

At present this fails to build chromeos_sandbox due to a rebase error
in dm_test_pre_run(). Fix it.

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