User Activity

Hi, I need to save a variable from u-boot console but is not possible because the command SAVEENV is disabled (STM32MP1 module) .   How can I do?  
Hi,I have to use the spread spectrum on PLL4 on STM32MP1I have set the pll4 in tfa and u-boot as followstfa     pll4:st,pll@3 {    cfg = < 1 49 11 10 1 3>; csg = < 80 80 SSCG_MODE_CENTER_SPREAD >;  };u-boot  pll4:st,pll@3 {    cfg = < 1 49 11 10 1 7>...