summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/pvblock.c1
-rw-r--r--cmd/scp03.c1
-rw-r--r--cmd/smccc.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/cmd/pvblock.c b/cmd/pvblock.c
index 4e99b06122..56ce8b18d5 100644
--- a/cmd/pvblock.c
+++ b/cmd/pvblock.c
@@ -27,4 +27,3 @@ U_BOOT_CMD(pvblock, 5, 1, do_pvblock,
"pvblock write addr blk# cnt - read/write `cnt'"
" blocks starting at block `blk#'\n"
" to/from memory address `addr'");
-
diff --git a/cmd/scp03.c b/cmd/scp03.c
index 655e0bba08..216c942dd4 100644
--- a/cmd/scp03.c
+++ b/cmd/scp03.c
@@ -49,4 +49,3 @@ static char text[] =
U_BOOT_CMD_WITH_SUBCMDS(scp03, "Secure Channel Protocol 03 control", text,
U_BOOT_SUBCMD_MKENT(enable, 1, 1, do_scp03_enable),
U_BOOT_SUBCMD_MKENT(provision, 1, 1, do_scp03_provision));
-
diff --git a/cmd/smccc.c b/cmd/smccc.c
index f527181772..0539a42587 100644
--- a/cmd/smccc.c
+++ b/cmd/smccc.c
@@ -69,4 +69,3 @@ U_BOOT_CMD(
" - id Session ID, passed to W7 (defaults to zero)\n"
);
#endif
-