diff options
author | Tang Yuantian <Yuantian.Tang@nxp.com> | 2016-11-21 10:24:20 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-28 19:49:47 -0500 |
commit | aa6ab905b2833ea74ec92fc9d40d6245ff294a07 (patch) | |
tree | 71ab726c714b0f6fc0614dc3df29b7ae6c6d283b /board/cavium | |
parent | 333ee16d042076669b36328dc06765a78c0676eb (diff) | |
download | u-boot-imx-aa6ab905b2833ea74ec92fc9d40d6245ff294a07.zip u-boot-imx-aa6ab905b2833ea74ec92fc9d40d6245ff294a07.tar.gz u-boot-imx-aa6ab905b2833ea74ec92fc9d40d6245ff294a07.tar.bz2 |
sata: fix sata command can not being executed bug
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 d97dc8a0, sata_initialize() is moved out to its own file.
Accordingly, variable sata_curr_device is removed from sata_initialize()
too. This caused sata_curr_device never gets a chance to be set properly
which prevent other commands from being executed.
This patch sets variable sata_curr_device properly.
Fixes: d97dc8a0 (dm: sata: Separate the non-command code into its
own file)
Signed-off-by: Tang Yuantian <yuantian.tang@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/cavium')
0 files changed, 0 insertions, 0 deletions