[PATCH 3/3] env: mmc: fix offsets relative to the end of the partition

2025-03-13 Thread Michael Walle
According to the help text, you can set negative offsets to indicated that the offset is relative to the end of the parition. But kconfig doesn't let you specify negative hex values. I think this fell through the cracks when converting the symbol from a '#define' to a kconfig option. Introduce a n

Re: [PATCH 3/3] env: mmc: fix offsets relative to the end of the partition

2025-03-13 Thread Michael Walle
Hi, > > According to the help text, you can set negative offsets to indicated > > that the offset is relative to the end of the parition. But kconfig > > doesn't let you specify negative hex values. I think this fell through > > the cracks when converting the symbol from a '#define' to a kconfig >

Re: [PATCH 3/3] env: mmc: fix offsets relative to the end of the partition

2025-03-13 Thread Quentin Schulz
Hi Michael, On 3/12/25 8:40 AM, Michael Walle wrote: According to the help text, you can set negative offsets to indicated that the offset is relative to the end of the parition. But kconfig doesn't let you specify negative hex values. I think this fell through the cracks when converting the sym

Re: [PATCH 3/3] env: mmc: fix offsets relative to the end of the partition

2025-03-12 Thread Michael Walle
Sorry this should have been individual patches. Please read the subject as "[PATCH 1/1]" or just "[PATCH]". -michael