mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
cfcf1952c1
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>
13 lines
338 B
Text
13 lines
338 B
Text
CONFIG_ARM=y
|
|
CONFIG_SKIP_LOWLEVEL_INIT_ONLY=y
|
|
CONFIG_SPL_SKIP_LOWLEVEL_INIT_ONLY=y
|
|
CONFIG_SYS_DCACHE_OFF=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="suniv-f1c100s-licheepi-nano"
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUNIV=y
|
|
CONFIG_DRAM_CLK=156
|
|
CONFIG_DRAM_ZQ=0
|
|
# CONFIG_VIDEO_SUNXI is not set
|
|
CONFIG_SPL_SPI_SUNXI=y
|
|
# CONFIG_SYSRESET is not set
|