Re: [PATCH v2 2/3] arm: mvebu: helios4_defconfig: enable setexpr command

2024-03-05 Thread Stefan Roese
On 2/2/24 16:13, Josua Mayer wrote: Update the helios4 defconfig to enable the 'setexpr' command, which is a default and useful for various complex boot-scripts. Signed-off-by: Josua Mayer Applied to u-boot-marvell/master Thanks, Stefan --- configs/helios4_defconfig | 1 - 1 file

Re: [PATCH v2 2/3] arm: mvebu: helios4_defconfig: enable setexpr command

2024-02-13 Thread Josua Mayer
Hi Dennis, Use-case is with separate boot and rootfs partitions to calculate next partition number as argument for further commands: setexpr openwrt_rootpart ${distro_bootpart} + 1 part uuid ${devtype} ${devnum}:${openwrt_rootpart} uuid setenv bootargs ${bootargs} root=PARTUUID=${uuid}

Re: [PATCH v2 2/3] arm: mvebu: helios4_defconfig: enable setexpr command

2024-02-12 Thread Dennis Gilmore
I am curious about your use cases for this. as ideally all systems use the generic distro boot paths and it is not needed for them. Dennis On Fri, Feb 2, 2024 at 9:13 AM Josua Mayer wrote: > Update the helios4 defconfig to enable the 'setexpr' command, which is a > default and useful for

[PATCH v2 2/3] arm: mvebu: helios4_defconfig: enable setexpr command

2024-02-02 Thread Josua Mayer
Update the helios4 defconfig to enable the 'setexpr' command, which is a default and useful for various complex boot-scripts. Signed-off-by: Josua Mayer --- configs/helios4_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/helios4_defconfig b/configs/helios4_defconfig index