This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: Save selected u-boot environment variable

Part Number: AM625

Hi,

Some question in u-boot. If I run:

setenv var1 Hello;

saveenv

The u-boot will save the var1 along with the entire u-boot environment variables.

I would like to know if there's any existing feature in u-boot that it can save only the var1 and it's value instead of saving everything?.

Regards,

John