
Hello Stefano,
On Thu, Oct 21, 2021 at 01:08:16PM +0200, Francesco Dolcini wrote:
On Thu, Oct 21, 2021 at 12:16:33PM +0200, Stefano Babic wrote:
On 01.09.21 09:48, Francesco Dolcini wrote:
Use the complete 512kb (4 blocks) nand partition reserved for u-boot environment instead of just the first block, this allows the module to have a working environment even if 3 blocks are bad.
Francesco Dolcini (2): colibri-imx6ull: improve env badblock management colibri-imx7: improve env badblock management
include/configs/colibri-imx6ull.h | 5 +++++ include/configs/colibri_imx7.h | 5 +++++ 2 files changed, 10 insertions(+)
Sure, but is it not time to move CONFIG_ENV_RANGE into Kconfig (and drop it from whitelist= ?
I'll try to have a look at it later tonight, I cannot warrant anything at the moment.
So, I gave it a try, but it is not trivial (CONFIG_ENV_RANGE is using most of the time other CONFIG options that are not in kconfig yet) :-/
At the moment I have no much time to invest on this topic, I hope it would be fine to merge these 2 patches as they are.
Francesco