1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-28 09:27:11 +01:00
Files
u-boot-megous/drivers
Bin Meng 5f1a08b6ab dm: sysreset: Add a Kconfig option for the 'reset' command
sysreset uclass driver provides an implementation of 'reset'
command using the sysreset_ APIs unconditionally. It also
supports the 'poweroff' command using the sysreset_ APIs,
but under a Kconfig option CONFIG_SYSRESET_CMD_POWEROFF.

Let's do the same for the 'reset' command, by introducing a
new Kconfig option CONFIG_SYSRESET_CMD_RESET, and set it to
on by default, to allow a board that don't have a sysreset
reset driver yet, but have a sysreset poweroff driver to
compile without any issue.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
2021-03-05 10:25:43 +05:30
..
2021-02-07 19:22:54 +01:00
2021-02-24 16:51:49 -05:00
2021-01-05 16:20:26 -05:00
2021-02-26 15:09:38 +05:30
2021-01-23 11:30:31 +01:00
2020-11-06 10:18:20 +08:00