mbox series

Please pull u-boot-watchdog/master

Message ID ea3c974b-83a9-416f-8b6f-cab6cf68fb30@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-watchdog/master | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-watchdog.git

Message

Stefan Roese June 18, 2024, 2:03 p.m. UTC
Hi Tom,

please pull the following cyclic related change to fix the
CI build issue here:

----------------------------------------------------------------
- cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000 (Jiaxun)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=371&view=results

Thanks,
Stefan


The following changes since commit 16324b43db3f2b4fbbc3b701893fcfc4104f33fb:

   Merge tag 'u-boot-nand-20240617' of 
https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2024-06-17 
09:27:28 -0600)

are available in the Git repository at:

   git@source.denx.de:u-boot/custodians/u-boot-watchdog.git

for you to fetch changes up to 1fd754cebd38d7456caa82bef15225cbe77960ec:

   cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000 (2024-06-18 
12:34:37 +0200)

----------------------------------------------------------------
Jiaxun Yang (1):
       cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000

  common/Kconfig                 | 2 +-
  configs/octeon_nic23_defconfig | 1 -
  2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Tom Rini June 18, 2024, 4:22 p.m. UTC | #1
On Tue, Jun 18, 2024 at 04:03:50PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following cyclic related change to fix the
> CI build issue here:
> 

Applied to u-boot/master, thanks!