mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
The ftwdt010 watchdog driver was deleted by
commit 11232139e3
("nds32: Remove the architecture")
Return it to the codebase in a DM compatible form. Enable it in
sandbox_defconfig to test compilability.
Another platform using ftwdt010 will be submitted later.
Signed-off-by: Sergei Antonov <saproj@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>