]> git.baikalelectronics.ru Git - uboot.git/commit
dm: part: Update test to use mmc2
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:22 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
commitc1992d1dc45db47c4b0bccfd52d2198acb4ce751
tree2ff1d5c7118bbeaa1e811c5df6b46cb4d0dcd3f2
parent5706b57a181be57561f5bf78f0d5a4c4b5a1c022
dm: part: Update test to use mmc2

At present this test sets up a partition table on mmc1. But this is used
by the bootstd tests, so it is not possible to run those after this test
has run, without restarting the Python test harness.

This is inconvenient when running tests repeatedly with 'ut dm'. Move the
test to use mmc2, which is not used by anything.

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