Part Number: BEAGLEBK
Hello,
For Beagle Bone Black, when I try to include the the watch dog timer feature in SPL through u-boot menuconfig
"Device Driver>Watch Dog Timer Support>Enable Driver Model for Watchdog timer driver in SPL"
The below build error is generated.
-----------------------------------
arch/arm/mach-omap2/built-in.o: In function `spl_board_init':
/home/workpc/uboot/code/u-boot-2020.04-rc2/build-am335x_evm/../arch/arm/mach-omap2/boot-common.c:211: undefined reference to `hw_watchdog_init'
make[2]: *** [spl/u-boot-spl] Error 1
make[1]: *** [spl/u-boot-spl] Error 2
make: *** [sub-make] Error 2
-----------------------------------
Does u-boot SPL for Beaglebone Black support Watch Dog Timer or not??
Regards,
Adarsh
Below is the complete build log:
