Re: [ANN] U-Boot v2025.04-rc5 released

2025-04-05 Thread Tom Rini
On Mon, Mar 24, 2025 at 08:01:30PM -0600, Tom Rini wrote: > Hey all, > > So it's release day and I have tagged and pushed things out. This will > be merged to -next shortly. > > One thing to note is that just today a bug was reported due to a missing > 'fallthrough;' line and in turn we need to

Re: [ANN] U-Boot v2025.04-rc5 released

2025-04-05 Thread Tom Rini
On Tue, Mar 25, 2025 at 10:17:19AM +0100, Mattijs Korpershoek wrote: > Hi Tom, > > On lun., mars 24, 2025 at 20:01, Tom Rini wrote: > > > Hey all, > > > > So it's release day and I have tagged and pushed things out. This will > > be merged to -next shortly. > > > > One thing to note is that just

Re: [ANN] U-Boot v2025.04-rc5 released

2025-03-25 Thread Mattijs Korpershoek
Hi Tom, On lun., mars 24, 2025 at 20:01, Tom Rini wrote: > Hey all, > > So it's release day and I have tagged and pushed things out. This will > be merged to -next shortly. > > One thing to note is that just today a bug was reported due to a missing > 'fallthrough;' line and in turn we need to f

[ANN] U-Boot v2025.04-rc5 released

2025-03-24 Thread Tom Rini
Hey all, So it's release day and I have tagged and pushed things out. This will be merged to -next shortly. One thing to note is that just today a bug was reported due to a missing 'fallthrough;' line and in turn we need to fix that in a number of places and ensure it doesn't return. This will ha