summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2022-03-02 01:30:55 +0000
committerAndre Przywara <andre.przywara@arm.com>2022-03-03 01:24:06 +0000
commitcfcf1952c11e6ffcbbf88eb63c49edca2acf1d5e (patch)
tree7befe6f01270800bbc400f0734a8dc76f5f9b8f9 /configs
parentc21f3d45711135179b4abbdc9462109a41060df6 (diff)
sunxi: f1c100s: Drop SYSRESET to enable reset functionality
The F1C100s DT contains the wrong compatible string for the watchdog, which breaks reset functionality. Updating the DT goes via the Linux tree, but to allow reset functionality meanwhile (useful for development!), disable SYSRESET for now, to let the old-fashioned watchdog driver kick in and provide the reset_cpu() implementation. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/licheepi_nano_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/licheepi_nano_defconfig b/configs/licheepi_nano_defconfig
index 9fd1dcc9958..67b7b85c491 100644
--- a/configs/licheepi_nano_defconfig
+++ b/configs/licheepi_nano_defconfig
@@ -10,3 +10,4 @@ CONFIG_DRAM_CLK=156
CONFIG_DRAM_ZQ=0
# CONFIG_VIDEO_SUNXI is not set
CONFIG_SPL_SPI_SUNXI=y
+# CONFIG_SYSRESET is not set