
This series contains some trivial fixes for the Rockchip SPL boot order driver.
The first patch fixes a typo in a comment.
The second patch prints the full devicetree node path (rather than just the node ID) in the debug message when a boot device can't be found.
This series may be found at [0].
[0]: https://gitlab.collabora.com/obbardc/u-boot/-/tree/wip/obbardc/rockchip-spl-...
Changes in v2: - Print node path instead of node ID (suggested by Quentin S). - Improve patch subjects (suggested by Dragan S). - Improve cover letter a little. - Collect Reviewed-by tags. - Rebase series on top of rockchip/for-next. - v1: https://lists.denx.de/pipermail/u-boot/2024-March/547175.html
Christopher Obbard (2): rockchip: spl-boot-order: fix typo in comment succes→success rockchip: spl-boot-order: show DT path for missing device
arch/arm/mach-rockchip/spl-boot-order.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)