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)
commitd94d9844bca9352b1e9888a70f12c79ec76cd313
tree2ff1d5c7118bbeaa1e811c5df6b46cb4d0dcd3f2
parent9445d7a95395885a059519d300a803208516a0e8
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