Re: [U-Boot] [PATCH 1/5] board_f: Drop the timer after relocation

2017-08-02 Thread Simon Glass
Hi Bin, On 22 July 2017 at 22:36, Bin Meng wrote: > Hi Simon, > > On Sun, Jul 16, 2017 at 7:41 AM, Simon Glass wrote: >> Once U-Boot relocates itself the existing driver-model timer (if any) is >> no-longer valid until the device is reinitialised. Any use of the device >> may cause a crash. To h

Re: [U-Boot] [PATCH 1/5] board_f: Drop the timer after relocation

2017-07-22 Thread Bin Meng
Hi Simon, On Sun, Jul 16, 2017 at 7:41 AM, Simon Glass wrote: > Once U-Boot relocates itself the existing driver-model timer (if any) is > no-longer valid until the device is reinitialised. Any use of the device > may cause a crash. To handle this, set the timer to NULL after relocation. > > Sign

[U-Boot] [PATCH 1/5] board_f: Drop the timer after relocation

2017-07-15 Thread Simon Glass
Once U-Boot relocates itself the existing driver-model timer (if any) is no-longer valid until the device is reinitialised. Any use of the device may cause a crash. To handle this, set the timer to NULL after relocation. Signed-off-by: Simon Glass --- common/board_f.c | 1 + 1 file changed, 1 i