mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
92373de041
The original Allwinner F1C100 .dtsi imported from the Linux kernel tree
used the wrong compatible string for the watchdog timer, so the Allwinner
DM reset driver was not working properly. We worked around this by
disabling the SYSRESET driver, so the hardcoded SPL reset driver took
over.
Now the issue was fixed in the DTs in mainline Linux, and we synced the
fixed .dtsi file into U-Boot, so drop the hack and use the normal U-Boot
proper reset infrastructure.
This reverts commit cfcf1952c1
.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
12 lines
309 B
Text
12 lines
309 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
|