aboutsummaryrefslogtreecommitdiffstats
path: root/common/update.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-13 15:19:17 +0200
committerTom Rini <trini@konsulko.com>2024-07-15 12:12:17 -0600
commit910cef3d2fb955dd351142e07214390ce75ede13 (patch)
tree9a3eda5ce1882ccfbcb2e6a6b5ec84ddb20e3bc6 /common/update.c
parente569c73a8e43f0e5294d9059402f0bb2cd491fa6 (diff)
downloadu-boot-910cef3d2fb955dd351142e07214390ce75ede13.tar.gz
common: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'common/update.c')
-rw-r--r--common/update.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/update.c b/common/update.c
index eb0b60a2ce4..6801b49479d 100644
--- a/common/update.c
+++ b/common/update.c
@@ -254,7 +254,6 @@ int update_tftp(ulong addr, char *interface, char *devstring)
else
addr = CONFIG_UPDATE_LOAD_ADDR;
-
if (update_load(filename, CONFIG_UPDATE_TFTP_MSEC_MAX,
CONFIG_UPDATE_TFTP_CNT_MAX, addr)) {
printf("Can't load update file, aborting auto-update\n");