Re: [PATCH 1/2] rockchip: misc: Only assign serial# variable if unset

2019-12-04 Thread Paul Kocialkowski
Hi Heiko, On Tue 03 Dec 19, 20:50, Heiko Stuebner wrote: > Hi Paul, > > On 03.12.19 16:46, Paul Kocialkowski wrote: > > The serial# environment variable is a read-only special variable, that > > can only be set once. As a result, if the environment was saved to a > > persistent storage location,

Re: [PATCH 1/2] rockchip: misc: Only assign serial# variable if unset

2019-12-03 Thread Heiko Stuebner
Hi Paul, On 03.12.19 16:46, Paul Kocialkowski wrote: The serial# environment variable is a read-only special variable, that can only be set once. As a result, if the environment was saved to a persistent storage location, attempting to set it again in rockchip_cpuid_set will fail and halt the bo