sysreset: provide type of reset in do_reset cmd
Add additional param for reset cmd, which provides type of reset. Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
This commit is contained in:
@@ -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",
|
||||
""
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user