]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: tegra: Enable poweroff command on Jetson TX2
authorThierry Reding <treding@nvidia.com>
Tue, 31 Jan 2023 15:11:10 +0000 (16:11 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 23 Jun 2023 11:43:48 +0000 (13:43 +0200)
This command is useful to power off the system from within U-Boot.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tom <twarren@nvidia.com>
configs/p2771-0000-000_defconfig
configs/p2771-0000-500_defconfig

index e3b978eb1ede31559fab4a65b44ec75293a937d9..125134db59d2dfcf255a9e29458c511333519375 100644 (file)
@@ -24,6 +24,7 @@ CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_PCI=y
+CONFIG_CMD_POWEROFF=y
 CONFIG_CMD_SPI=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_BOOTP_PREFER_SERVERIP=y
index c99a24eef40daaaa32d01a5da8d5e8d8d8b79d32..5ffff2c99ff7e7cdc93675be8db6fc050147bbfc 100644 (file)
@@ -24,6 +24,7 @@ CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_PCI=y
+CONFIG_CMD_POWEROFF=y
 CONFIG_CMD_SPI=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_BOOTP_PREFER_SERVERIP=y