
On Sat, Mar 06, 2021 at 11:16:53PM +0100, Pali Rohár wrote:
Signed-off-by: Pali Rohár pali@kernel.org
This patch increase u-boot.bin binary size above maximal limit. So this patch cannot be applied yet. But it can be applied on top of the LTO patches. So please put this patch into the queue and include it into U-Boot after LTO patches are merged.
configs/nokia_rx51_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig index 312ca3a1a991..2949c37f721b 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig @@ -67,4 +67,6 @@ CONFIG_CFB_CONSOLE=y CONFIG_CFB_CONSOLE_ANSI=y # CONFIG_VGA_AS_SINGLE_DEVICE is not set CONFIG_SPLASH_SCREEN=y +# CONFIG_WATCHDOG is not set +CONFIG_WDT=y # CONFIG_GZIP is not set
Please update include/configs/nokia_rx51.h to not set CONFIG_HW_WATCHDOG and then make sure the appropriate watchdog options are enabled.