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

