[PATCH v3 1/5] imx8mp_evk: spl: drop useless code

2020-06-08 Thread sbabic
> From: Peng Fan > Drop useless getting ccm device, there is no need to explicted do this > in board code, and we not enable SPL CLK currently. > Signed-off-by: Peng Fan > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

Re: [PATCH v3 1/5] imx8mp_evk: spl: drop useless code

2020-06-04 Thread Stefano Babic
On 04.06.20 14:09, Fabio Estevam wrote: > Hi Stefano, > > On Tue, May 26, 2020 at 8:34 PM Fabio Estevam wrote: >> >> From: Peng Fan >> >> Drop useless getting ccm device, there is no need to explicted do this >> in board code, and we not enable SPL CLK currently. >> >> Signed-off-by: Peng Fan >

Re: [PATCH v3 1/5] imx8mp_evk: spl: drop useless code

2020-06-04 Thread Fabio Estevam
Hi Stefano, On Tue, May 26, 2020 at 8:34 PM Fabio Estevam wrote: > > From: Peng Fan > > Drop useless getting ccm device, there is no need to explicted do this > in board code, and we not enable SPL CLK currently. > > Signed-off-by: Peng Fan > Signed-off-by: Fabio Estevam Please consider this

[PATCH v3 1/5] imx8mp_evk: spl: drop useless code

2020-05-26 Thread Fabio Estevam
From: Peng Fan Drop useless getting ccm device, there is no need to explicted do this in board code, and we not enable SPL CLK currently. Signed-off-by: Peng Fan Signed-off-by: Fabio Estevam --- Changes since v2: - None. Rebased against U-Boot master board/freescale/imx8mp_evk/spl.c | 14 ---