mbox series

[0/3] configs/nitrogen*: update & fixes

Message ID 20230807195846.1553615-1-bisson.gary@gmail.com
Headers show
Series configs/nitrogen*: update & fixes | expand

Message

Gary Bisson Aug. 7, 2023, 7:58 p.m. UTC
Hi,

This series updates bootloader and kernel for the Nitrogen platforms in
order to fix a few build issues reported by gitlab CI.

Regards,
Gary

Gary Bisson (3):
  configs/nitrogen8*: bump atf version to v2.8
  configs/nitrogen*: bump u-boot revision
  configs/nitrogen*: update kernel to lf-6.1.22-2.0.0

 configs/nitrogen6sx_defconfig | 10 +++++-----
 configs/nitrogen6x_defconfig  | 10 +++++-----
 configs/nitrogen7_defconfig   | 10 +++++-----
 configs/nitrogen8m_defconfig  | 14 +++++++-------
 configs/nitrogen8mm_defconfig | 14 +++++++-------
 configs/nitrogen8mn_defconfig | 14 +++++++-------
 configs/nitrogen8mp_defconfig | 16 ++++++++--------
 7 files changed, 44 insertions(+), 44 deletions(-)

Comments

Thomas Petazzoni Aug. 7, 2023, 8:23 p.m. UTC | #1
Hello Gary,

On Mon,  7 Aug 2023 21:58:43 +0200
Gary Bisson <bisson.gary@gmail.com> wrote:

> Gary Bisson (3):
>   configs/nitrogen8*: bump atf version to v2.8
>   configs/nitrogen*: bump u-boot revision
>   configs/nitrogen*: update kernel to lf-6.1.22-2.0.0

Even though the U-Boot bump doesn't per-se fix any build issue, I've
applied the whole series to master (for which we only accept fixes at
this time, as -rc1 has been cut already).

Thanks!

Thomas