From: Thierry Reding Date: Tue, 31 Jan 2023 15:11:10 +0000 (+0100) Subject: ARM: tegra: Enable poweroff command on Jetson TX2 X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e55448c780d9052cc8cc40dc70619b28b731f4e4;p=u-boot.git 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 Signed-off-by: Tom --- 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