aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Schrempf <frieder.schrempf@kontron.de>2024-02-20 10:01:00 +0100
committerFabio Estevam <festevam@denx.de>2024-02-24 16:21:34 -0300
commit91cd41ecda3e1f2aa7d6dce2f8011112c56023d8 (patch)
treecbb57658b37f4b594553f17c5c4c3adb1e67f435
parent59c3f0ee5438f1f93c1d45b96deb8cb2d12ab468 (diff)
downloadu-boot-91cd41ecda3e1f2aa7d6dce2f8011112c56023d8.zip
u-boot-91cd41ecda3e1f2aa7d6dce2f8011112c56023d8.tar.gz
u-boot-91cd41ecda3e1f2aa7d6dce2f8011112c56023d8.tar.bz2
board: imx6dl-sielaff: spl.c: Remove multiline string
Remove the malformed multiline string and fix the checkpatch warning. Reported-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
-rw-r--r--board/sielaff/imx6dl-sielaff/spl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sielaff/imx6dl-sielaff/spl.c b/board/sielaff/imx6dl-sielaff/spl.c
index 64a84fd..6815952 100644
--- a/board/sielaff/imx6dl-sielaff/spl.c
+++ b/board/sielaff/imx6dl-sielaff/spl.c
@@ -93,8 +93,8 @@ int board_mmc_init(struct bd_info *bis)
usdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK);
break;
default:
- printf("Warning: you configured more USDHC controllers \
- (%d) than supported by the board\n", i + 1);
+ printf("Warning: you configured more USDHC controllers (%d) than supported by the board\n",
+ i + 1);
return -EINVAL;
}