mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
c21f3d4571
commit
cfcf1952c1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue