[U-Boot] [U-boot] question about one env variable size

TigerLiu at via-alliance.com TigerLiu at via-alliance.com
Wed Feb 19 08:21:18 CET 2014


Hi, experts:

I want to know the size limit for a single env variable.

I have reviewed the code:

1. It seems the size limit for a single env variable is 1M bytes, right?

   #define        MAX_ENV_SIZE       (1 << 20)  /* 1 MiB */

   (in common/cmd_nvedit.c)

 

Best wishes,



More information about the U-Boot mailing list