diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-20 17:43:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-09-20 17:43:33 -0400 |
commit | d6c7309f561ac832c080e5ec07b0af9c8da319a8 (patch) | |
tree | f422659c21972d540c10ba1c0b6c4ce8f7667ffa /arch/arm/mach-rockchip/spl-boot-order.c | |
parent | aa8c6294ed32b4fcf7a9a27526c7346325d8c928 (diff) | |
parent | 4a6b74a3c4d5bfe469730d6f79277b03f7687d88 (diff) |
Merge tag 'u-boot-rockchip-20190920' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Fix rk3288 tinker and evb SPL boot fail
- Enable get sn from cpuid for rk3399 rockpro64 board
Diffstat (limited to 'arch/arm/mach-rockchip/spl-boot-order.c')
-rw-r--r-- | arch/arm/mach-rockchip/spl-boot-order.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/spl-boot-order.c b/arch/arm/mach-rockchip/spl-boot-order.c index c19c285c070..fa8e096426b 100644 --- a/arch/arm/mach-rockchip/spl-boot-order.c +++ b/arch/arm/mach-rockchip/spl-boot-order.c @@ -134,7 +134,7 @@ void board_boot_order(u32 *spl_boot_list) /* Try to resolve the config item (or alias) as a path */ node = fdt_path_offset(blob, conf); if (node < 0) { - debug("%s: could not find %s in FDT", __func__, conf); + debug("%s: could not find %s in FDT\n", __func__, conf); continue; } |