Re: [PATCH v2] zynqmp: Save "bootseq" environment variable in decimal format

2025-02-06 Thread Michal Simek
On 2/6/25 13:30, Simon Glass wrote: Hi Benjamin, On Tue, 4 Feb 2025 at 13:56, wrote: From: Benjamin Szőke In U-Boot, most of mmc releated commands uses decimal value in arguments, like "mmc dev ${bootseq}" or "bootargs=root=/dev/mmcblk${bootseq}p2". In order to improve compatibilities, e

Re: [PATCH v2] zynqmp: Save "bootseq" environment variable in decimal format

2025-02-06 Thread Simon Glass
Hi Benjamin, On Tue, 4 Feb 2025 at 13:56, wrote: > > From: Benjamin Szőke > > In U-Boot, most of mmc releated commands uses decimal value in arguments, like > "mmc dev ${bootseq}" or "bootargs=root=/dev/mmcblk${bootseq}p2". In order to > improve compatibilities, export "bootseq" number to enviro

[PATCH v2] zynqmp: Save "bootseq" environment variable in decimal format

2025-02-04 Thread egyszeregy
From: Benjamin Szőke In U-Boot, most of mmc releated commands uses decimal value in arguments, like "mmc dev ${bootseq}" or "bootargs=root=/dev/mmcblk${bootseq}p2". In order to improve compatibilities, export "bootseq" number to environment variable in decimal format instead of hex. Signed-off-b