Hey all, As part of Marek Vasut's work to add static and/or const to structs that should have it, but do not, it exposed a small problem with the bootdev uclass. This series fixes bootdev_get_bootflow to not require the ops field in the driver to be set and then removes the empty struct from the places which had been creating one. -- Tom