Re: [PATCH] watchdog: Fix SPL build with watchdog disabled in asm files

2022-06-07 Thread Stefan Roese
On 04.06.22 15:06, Pali Rohár wrote: PING? On Thursday 28 April 2022 13:33:09 Pali Rohár wrote: Allow to compile assembler files in SPL build which calls WATCHDOG_RESET function when watchdog is disabled in SPL and enabled in U-Boot proper. This issue was fixed in past by commit 7fbd42f5afc4

Re: [PATCH] watchdog: Fix SPL build with watchdog disabled in asm files

2022-06-04 Thread Pali Rohár
PING? On Thursday 28 April 2022 13:33:09 Pali Rohár wrote: > Allow to compile assembler files in SPL build which calls WATCHDOG_RESET > function when watchdog is disabled in SPL and enabled in U-Boot proper. > > This issue was fixed in past by commit 7fbd42f5afc4 ("watchdog: Handle SPL > build

Re: [PATCH] watchdog: Fix SPL build with watchdog disabled in asm files

2022-04-29 Thread Stefan Roese
On 4/28/22 13:33, Pali Rohár wrote: Allow to compile assembler files in SPL build which calls WATCHDOG_RESET function when watchdog is disabled in SPL and enabled in U-Boot proper. This issue was fixed in past by commit 7fbd42f5afc4 ("watchdog: Handle SPL build with watchdog disabled") for C

[PATCH] watchdog: Fix SPL build with watchdog disabled in asm files

2022-04-28 Thread Pali Rohár
Allow to compile assembler files in SPL build which calls WATCHDOG_RESET function when watchdog is disabled in SPL and enabled in U-Boot proper. This issue was fixed in past by commit 7fbd42f5afc4 ("watchdog: Handle SPL build with watchdog disabled") for C source files, but not for assembler