common: Move some board functions out of common.h
[oweals/u-boot.git] / arch / arm / mach-rockchip / spl-boot-order.c
index c19c285c07081f9f0fef5ddff74d0edb752cd563..fa8e096426b68cafb0a95977ffcb2c00130e0ae8 100644 (file)
@@ -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;
                }