From 9c2f454647b32335d5fb2263347df730a69a596d Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Tue, 31 Jan 2023 16:11:09 +0100 Subject: [PATCH] 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 Signed-off-by: Tom --- configs/p2371-2180_defconfig | 1 + configs/p3450-0000_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/p2371-2180_defconfig b/configs/p2371-2180_defconfig index 2543a2d..dd77326 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 e280be8..f8dbedf 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 -- 2.7.4