dm: test: Fix partition test to use mmc2
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 3 Jul 2023 13:39:52 +0000 (08:39 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 17 Jul 2023 19:39:55 +0000 (15:39 -0400)
commit19c961e21cfcc1ea01f50bcfec09331d112f73d3
tree81bcf849c7d945638391f6010cca90a163f40adf
parent8900ba1ad7cbe5ad143c39635e93f7c3b1d41460
dm: test: Fix partition test to use mmc2

d94d9844bc ("dm: part: Update test to use mmc2") attempted to make the
test use mmc2, but the change was incomplete in that it didn't also
change the strings that reference a specific partition. Fix these so
that the test passes again

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
test/dm/part.c