Re: [U-Boot] [PATCH] sata: fix sata command can not being executed bug

2016-11-23 Thread Simon Glass
On 20 November 2016 at 19:24, wrote: > From: Tang Yuantian > > Commit d97dc8a0 separated the non-command code into its own file > which caused variable sata_curr_device can not be set to a correct > value. > > Before commit d97dc8a0, variable

[U-Boot] [PATCH] sata: fix sata command can not being executed bug

2016-11-20 Thread yuantian.tang
From: Tang Yuantian Commit d97dc8a0 separated the non-command code into its own file which caused variable sata_curr_device can not be set to a correct value. Before commit d97dc8a0, variable sata_curr_device can be set correctly in sata_initialize(). After commit