Re: [Uboot-stm32] [PATCH 2/8] env: mcc: Drop unnecessary #ifdefs

2022-12-06 Thread Patrice CHOTARD
On 11/10/22 11:48, Patrick Delaunay wrote: > This file has a lot of conditional code and much of it is unnecessary. > Clean this up to reduce the number of build combinations. > > This patch replaces the test on CONFIG_ENV_OFFSET_REDUND for the > more coherent CONFIG_SYS_REDUNDAND_ENVIRONMENT.

[PATCH 2/8] env: mcc: Drop unnecessary #ifdefs

2022-11-10 Thread Patrick Delaunay
This file has a lot of conditional code and much of it is unnecessary. Clean this up to reduce the number of build combinations. This patch replaces the test on CONFIG_ENV_OFFSET_REDUND for the more coherent CONFIG_SYS_REDUNDAND_ENVIRONMENT. This patch also corrects a compilation issue in