X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fenv%2FREADME;h=91e679a3247b974b9ad8459ae50b62fcdd80fcd3;hb=8cc13c13f1d154c8fa8fff56cea357ed38af76bf;hp=f8a644e0c2b1c76de58b26742cba9f3fe320b0ad;hpb=c1d16334091653de8eabcc9eb4f3447c98ba5506;p=u-boot diff --git a/tools/env/README b/tools/env/README index f8a644e0c2..91e679a324 100644 --- a/tools/env/README +++ b/tools/env/README @@ -22,9 +22,11 @@ following lines are relevant: #define DEVICE1_OFFSET 0x0000 #define ENV1_SIZE 0x4000 #define DEVICE1_ESIZE 0x4000 +#define DEVICE1_ENVSECTORS 2 #define DEVICE2_OFFSET 0x0000 #define ENV2_SIZE 0x4000 #define DEVICE2_ESIZE 0x4000 +#define DEVICE2_ENVSECTORS 2 Current configuration matches the environment layout of the TRAB board. @@ -46,3 +48,7 @@ then 1 sector. DEVICEx_ESIZE defines the size of the first sector in the flash partition where the environment resides. + +DEVICEx_ENVSECTORS defines the number of sectors that may be used for +this environment instance. On NAND this is used to limit the range +within which bad blocks are skipped, on NOR it is not used.