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