Skip to content

Commit

Permalink
configs: capricorn_cxg3: Enable CMD_WDT
Browse files Browse the repository at this point in the history
Capricorn boards have WDT (WDT_SIEMENS_PMIC) and U-Boot is not configured
to trigger the WDT. Enable the "wdt" command to be able to stop the WDT
from the command line.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
  • Loading branch information
ccpalex authored and fabioestevam committed Jan 16, 2025
1 parent 9903927 commit e06f6f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/capricorn_cxg3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_READ=y
CONFIG_CMD_WDT=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
Expand Down

0 comments on commit e06f6f4

Please sign in to comment.