
On 02/07/19 01:55, Marek Vasut wrote:
On 7/1/19 8:45 AM, Suniel Mahesh wrote:
Hi Marek,
May I know if this patch series is still under review ?
I guess Stefano is taking them for next ... or ?
Hi Marek/Stefano,
Because of this entry "Make SPL_WATCHDOG_SUPPORT imply SPL_WDT if !HW_WATCHDOG", SPL_WDT is getting enabled by default, when board configuration is done.
For AM335X based beaglebone black, we dont need SPL_WDT, as the built image is getting too big to fit into SRAM.
Is it fine if I disable SPL_WDT in board defconfig file ? used the following entry in defconfig # CONFIG_SPL_WDT is not set (couldn't find a proper place to disable it, except in defconfig)
with this the build is fine and board boots.
Tested on the beaglebone black board.
Tested-by: Suniel Mahesh sunil.m@techveda.org
Thanks Sunil