]> git.baikalelectronics.ru Git - uboot.git/commit
configs: vcoreiii: Change CONFIG_ENV_SIZE
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Mon, 8 Apr 2019 11:32:18 +0000 (13:32 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 12 Apr 2019 15:32:51 +0000 (17:32 +0200)
commit33a8923336d940a300c844540f9702f22fed63a7
tree76b93d3e04692cd7bcba76791ea38b535029d2c6
parenteed9c1d487de98c74c90ada011639c53b5a83dc4
configs: vcoreiii: Change CONFIG_ENV_SIZE

Shrink the environment size for 3 reasons:

 - reading the environment it is slow, therefore having a smaller env
   improves the speed.
 - usually in the environment there are only few variables, therefore
   the enviromnent is almost empty.
 - because the same image can run on different boards which may have
   different flashes with different page sizes, the CONFIG_ENV_SECT_SIZE
   can't be change, it is set to least common multiple of the page sizes.

Adding this change improves the boot time. Before update for reading the
entire environment it took ~850 msec, after the change it takes ~40 msecs.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
include/configs/vcoreiii.h