aboutsummaryrefslogtreecommitdiff
path: root/cmd/boot.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-19 17:00:51 -0400
committerTom Rini <trini@konsulko.com>2021-04-19 17:00:51 -0400
commitac1f16f916f3e3153f9a8ee76aebe0243c18ff86 (patch)
tree212186e7a58496abd908981e720343edcf50d9b7 /cmd/boot.c
parenteed05148c261e3b5f00b11a7a14bf0222b80a0ac (diff)
parent03ad526edce501b883ea6032a4782967b8b52e81 (diff)
downloadu-boot-WIP/19Apr2021.zip
u-boot-WIP/19Apr2021.tar.gz
u-boot-WIP/19Apr2021.tar.bz2
Merge branch '2021-04-19-assorted-improvements'WIP/19Apr2021
- ARM64 GIC fix, CONFIG_IRQ now moved to Kconfig - IDE, lz4 fixes - octeontx cleanups / enhancements - highbank DM migration - sysinfo improvements - psci updates - Enable use of -fstack-protector
Diffstat (limited to 'cmd/boot.c')
-rw-r--r--cmd/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/boot.c b/cmd/boot.c
index 36aba22..b84c0ed 100644
--- a/cmd/boot.c
+++ b/cmd/boot.c
@@ -56,7 +56,7 @@ U_BOOT_CMD(
#endif
U_BOOT_CMD(
- reset, 1, 0, do_reset,
+ reset, 2, 0, do_reset,
"Perform RESET of the CPU",
""
);