Re: [PATCH 4/5] dm: Avoid initing built-in devices when chain loading

2020-02-03 Thread Simon Glass
Hi Bin, On Mon, 3 Feb 2020 at 04:17, Bin Meng wrote: > > Hi Simon, > > On Sun, Dec 22, 2019 at 12:13 AM Simon Glass wrote: > > > > When U-Boot is not the first-stage bootloader we don't want to init > > devices early during boot. Add a check to avoid this. > > > > Signed-off-by: Simon Glass > >

Re: [PATCH 4/5] dm: Avoid initing built-in devices when chain loading

2020-02-03 Thread Bin Meng
Hi Simon, On Sun, Dec 22, 2019 at 12:13 AM Simon Glass wrote: > > When U-Boot is not the first-stage bootloader we don't want to init > devices early during boot. Add a check to avoid this. > > Signed-off-by: Simon Glass > --- > > common/board_r.c | 3 +++ > 1 file changed, 3 insertions(+) > >

[PATCH 4/5] dm: Avoid initing built-in devices when chain loading

2019-12-21 Thread Simon Glass
When U-Boot is not the first-stage bootloader we don't want to init devices early during boot. Add a check to avoid this. Signed-off-by: Simon Glass --- common/board_r.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/board_r.c b/common/board_r.c index e711de64b5..4e0dfac4fc 10064