
On Mon, Oct 16, 2023 at 04:50:46PM -0600, Simon Glass wrote:
Rather than do another review on [1] I thought it better to add a patch showing changes. This is intended to be squashed in, if acceptable.
With the patch as is, various bootstd tests fail. This is because the test adds a new mmc6 device. There is nothing really wrong with adding new devices, but it does require quite a few tests to be updated. It is simpler to have mmc6 disabled by default, then just enable it for the one test that uses it.
This patch does that and undoes the changes to blk.c and bootdev.c
[1] https://patchwork.ozlabs.org/project/uboot/patch/ZSNWVGTjPEt2jXn5@alg-gentoo...
Signed-off-by: Simon Glass sjg@chromium.org
I've folded this in to the original patch while applying.