Re: [PATCH 1/4] crypto/fsl: make SEC%u status line consistent

2020-06-03 Thread Heinrich Schuchardt
On 6/3/20 12:05 AM, Michael Walle wrote: > Align the status line with all the other output in U-Boot. > > Before the change: > DDR3.9 GiB (DDR3, 32-bit, CL=11, ECC on) > SEC0: RNG instantiated > WDT: Started with servicing (60s timeout) > > After the change: > DDR3.9 GiB (DDR3, 32-bit, CL

Re: [PATCH 1/4] crypto/fsl: make SEC%u status line consistent

2020-06-03 Thread Horia Geantă
On 6/3/2020 1:06 AM, Michael Walle wrote: > @@ -657,7 +657,7 @@ int sec_init_idx(uint8_t sec_idx) > printf("SEC%u: RNG instantiation failed\n", sec_idx); > return -1; > } > - printf("SEC%u: RNG instantiated\n", sec_idx); > +

[PATCH 1/4] crypto/fsl: make SEC%u status line consistent

2020-06-02 Thread Michael Walle
Align the status line with all the other output in U-Boot. Before the change: DDR3.9 GiB (DDR3, 32-bit, CL=11, ECC on) SEC0: RNG instantiated WDT: Started with servicing (60s timeout) After the change: DDR3.9 GiB (DDR3, 32-bit, CL=11, ECC on) SEC0: RNG instantiated WDT: Started with