On Mon, 3 Jul 2023 at 14:40, Joshua Watt <jpewhac...@gmail.com> wrote: > > 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 <jpewhac...@gmail.com> > --- > test/dm/part.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org> Fixes: d94d9844bc ("dm: part: Update test to use mmc2") Thanks.