mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-13 00:21:24 +02:00
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>
This commit is contained in:
parent
9c2f454647
commit
e55448c780
@ -24,6 +24,7 @@ CONFIG_CMD_GPIO=y
|
|||||||
CONFIG_CMD_I2C=y
|
CONFIG_CMD_I2C=y
|
||||||
CONFIG_CMD_MMC=y
|
CONFIG_CMD_MMC=y
|
||||||
CONFIG_CMD_PCI=y
|
CONFIG_CMD_PCI=y
|
||||||
|
CONFIG_CMD_POWEROFF=y
|
||||||
CONFIG_CMD_SPI=y
|
CONFIG_CMD_SPI=y
|
||||||
# CONFIG_CMD_SETEXPR is not set
|
# CONFIG_CMD_SETEXPR is not set
|
||||||
CONFIG_BOOTP_PREFER_SERVERIP=y
|
CONFIG_BOOTP_PREFER_SERVERIP=y
|
||||||
|
@ -24,6 +24,7 @@ CONFIG_CMD_GPIO=y
|
|||||||
CONFIG_CMD_I2C=y
|
CONFIG_CMD_I2C=y
|
||||||
CONFIG_CMD_MMC=y
|
CONFIG_CMD_MMC=y
|
||||||
CONFIG_CMD_PCI=y
|
CONFIG_CMD_PCI=y
|
||||||
|
CONFIG_CMD_POWEROFF=y
|
||||||
CONFIG_CMD_SPI=y
|
CONFIG_CMD_SPI=y
|
||||||
# CONFIG_CMD_SETEXPR is not set
|
# CONFIG_CMD_SETEXPR is not set
|
||||||
CONFIG_BOOTP_PREFER_SERVERIP=y
|
CONFIG_BOOTP_PREFER_SERVERIP=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user