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