From: Thierry Reding Date: Tue, 31 Jan 2023 15:11:09 +0000 (+0100) Subject: ARM: tegra: Enable poweroff command on Jetson TX1 and Jetson Nano X-Git-Tag: v2023.10~33^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c2f454647b32335d5fb2263347df730a69a596d;p=platform%2Fkernel%2Fu-boot.git 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 --- 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