]> git.baikalelectronics.ru Git - uboot.git/commit
test: Drop duplicate restore of DM state
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:18 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
commit20e6ad848e920b12a930f51a5e385ac154ffa256
tree191ea506b5cf63e35f6712a13c74ae75f4bd59dd
parentae3c2a6fed415cc342f9a38683de65d70f8d7823
test: Drop duplicate restore of DM state

This code is present twice. Fix it so that it is only executed once.

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