u-boot
u-boot copied to clipboard
Fix stdio_deregister_dev(...) device name comparison
String comparison does not match 32 bytes length of dev->name. Need to align temp_names to match stdio_dev.h:27 from 16 bytes to 32 bytes.
Please do not submit a Pull Request via github. Our project makes use of mailing lists for patch submission and review. For more details please see https://www.denx.de/wiki/U-Boot/Patches
The only exception to this is in order to trigger a CI loop on Azure prior to posting of patches.