diff options
author | Thierry Reding <treding@nvidia.com> | 2023-01-31 16:11:09 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2023-06-23 13:43:48 +0200 |
commit | 9c2f454647b32335d5fb2263347df730a69a596d (patch) | |
tree | 25367c61cc2285bd21af4d651a7c623073a9b0c7 | |
parent | 68c07fc5fdf34f0926cf06fc0c4ebd6f2f3afe19 (diff) |
ARM: tegra: Enable poweroff command on Jetson TX1 and Jetson Nano
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/p2371-2180_defconfig | 1 | ||||
-rw-r--r-- | configs/p3450-0000_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/p2371-2180_defconfig b/configs/p2371-2180_defconfig index 2543a2d11f8..dd773266d6e 100644 --- a/configs/p2371-2180_defconfig +++ b/configs/p2371-2180_defconfig @@ -29,6 +29,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_USB=y CONFIG_CMD_USB_MASS_STORAGE=y diff --git a/configs/p3450-0000_defconfig b/configs/p3450-0000_defconfig index e280be8f2ec..f8dbedf7f53 100644 --- a/configs/p3450-0000_defconfig +++ b/configs/p3450-0000_defconfig @@ -30,6 +30,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_USB=y CONFIG_CMD_USB_MASS_STORAGE=y |