diff mbox series

[1/2] configs/avenger96: bump Uboot version to 2024.01

Message ID 20240318093026.8193-1-javad.rahimipetroudi@mind.be
State Superseded
Headers show
Series [1/2] configs/avenger96: bump Uboot version to 2024.01 | expand

Commit Message

Javad Rahimipetroudi March 18, 2024, 9:30 a.m. UTC
This patch upgrades Uboot version on Avenger96 board

Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@essensium.com>
---
 board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf | 2 +-
 configs/avenger96_defconfig                               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard March 18, 2024, 9:55 a.m. UTC | #1
>>>>> "Javad" == Javad Rahimipetroudi <javad.rahimipetroudi@essensium.com> writes:

 > This patch upgrades Uboot version on Avenger96 board
 > Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@essensium.com>
 > ---

Please mark updated patches as v2, v3, .. and write a summary under the
--- about what you have changed, thanks.


>  board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf | 2 +-
 >  configs/avenger96_defconfig                               | 4 ++--
 >  2 files changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf b/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf
 > index 5d506b3dae..7d6d7f8a44 100644
 > --- a/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf
 > +++ b/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf
 > @@ -1,4 +1,4 @@
 >  label stm32mp157c-dk2-buildroot
 >    kernel /boot/zImage
 >    devicetree /boot/stm32mp157a-dhcor-avenger96.dtb
 > -  append root=/dev/mmcblk1p4 rootwait
 > +  append root=/dev/mmcblk0p4 rootwait
 > diff --git a/configs/avenger96_defconfig b/configs/avenger96_defconfig
 > index 536899583c..45600ef2fe 100644
 > --- a/configs/avenger96_defconfig
 > +++ b/configs/avenger96_defconfig
 > @@ -29,13 +29,13 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 >  # Bootloaders
 >  BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 >  BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y
 > -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.6"
 > +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.8"

Your commit message says u-boot but you are changing ATF?
diff mbox series

Patch

diff --git a/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf b/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf
index 5d506b3dae..7d6d7f8a44 100644
--- a/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf
+++ b/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf
@@ -1,4 +1,4 @@ 
 label stm32mp157c-dk2-buildroot
   kernel /boot/zImage
   devicetree /boot/stm32mp157a-dhcor-avenger96.dtb
-  append root=/dev/mmcblk1p4 rootwait
+  append root=/dev/mmcblk0p4 rootwait
diff --git a/configs/avenger96_defconfig b/configs/avenger96_defconfig
index 536899583c..45600ef2fe 100644
--- a/configs/avenger96_defconfig
+++ b/configs/avenger96_defconfig
@@ -29,13 +29,13 @@  BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 # Bootloaders
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.6"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.8"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="stm32mp1"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_BL33_IMAGE="u-boot-nodtb.bin"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="STM32MP_SDMMC=1 AARCH32_SP=sp_min DTB_FILE_NAME=stm32mp157a-avenger96.dtb E=0 BL33_CFG=$(BINARIES_DIR)/u-boot.dtb"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="STM32MP_SDMMC=1 PLAT=stm32mp1 AARCH32_SP=sp_min DTB_FILE_NAME=stm32mp157a-dhcor-avenger96.dtb BL33_CFG=$(BINARIES_DIR)/u-boot.dtb"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES="fip.bin *.stm32"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_DTC=y
 BR2_TARGET_UBOOT=y