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 e3b978e..125134d 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 c99a24e..5ffff2c 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