summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2023-01-31 18:11:10 +0300
committerThierry Reding <treding@nvidia.com>2023-06-23 14:43:48 +0300
commite55448c780d9052cc8cc40dc70619b28b731f4e4 (patch)
tree6aebd074b5ea2f268868d99ed1b91530f57cbd92
parent9c2f454647b32335d5fb2263347df730a69a596d (diff)
downloadu-boot-e55448c780d9052cc8cc40dc70619b28b731f4e4.tar.xz
ARM: tegra: Enable poweroff command on Jetson TX2
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>
-rw-r--r--configs/p2771-0000-000_defconfig1
-rw-r--r--configs/p2771-0000-500_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/p2771-0000-000_defconfig b/configs/p2771-0000-000_defconfig
index e3b978eb1e..125134db59 100644
--- a/configs/p2771-0000-000_defconfig
+++ b/configs/p2771-0000-000_defconfig
@@ -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
diff --git a/configs/p2771-0000-500_defconfig b/configs/p2771-0000-500_defconfig
index c99a24eef4..5ffff2c99f 100644
--- a/configs/p2771-0000-500_defconfig
+++ b/configs/p2771-0000-500_defconfig
@@ -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