rv1126-uboot/cmd
Tang Yuantian aa6ab905b2 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>
2016-11-28 19:49:47 -05:00
..
fastboot fastboot: simplify the Kconfig logic 2016-11-21 14:07:33 -05:00
Kconfig efi_loader: Allow to compile helloworld.efi w/o bundling it 2016-11-27 09:53:39 -05:00
Makefile cmd: cros_ec: Move crosec commands to cmd subdirectory 2016-10-11 10:17:08 -06:00
aes.c
ambapp.c
armflash.c
bdinfo.c
bedbug.c
blkcache.c
blob.c
bmp.c
boot.c
bootefi.c armv8: Support loading 32-bit OS in AArch32 execution state 2016-11-22 11:40:24 -08:00
booti.c
bootldr.c
bootm.c Fix spelling of "extended". 2016-10-31 10:13:17 -04:00
bootmenu.c
bootstage.c
bootz.c
cache.c
cbfs.c
clk.c
console.c
cplbinfo.c
cpu.c
cramfs.c
cros_ec.c cmd: cros_ec: Move crosec commands to cmd subdirectory 2016-10-11 10:17:08 -06:00
dataflash_mmc_mux.c
date.c
dcr.c
demo.c
dfu.c common: dfu: saperate the dfu common functionality 2016-09-27 23:30:18 +02:00
diag.c
disk.c
display.c
dtt.c
echo.c
eeprom.c
efi.c
elf.c
ethsw.c
exit.c
ext2.c
ext4.c
fastboot.c
fat.c
fdc.c
fdt.c cmd/fdt: add possibilty to have 'extrasize' on fdt resize 2016-10-13 13:54:10 -06:00
fitupd.c
flash.c
fpga.c
fpgad.c
fs.c
fs_uuid.c
fuse.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
gettime.c
gpio.c
gpt.c
hash.c
help.c
host.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
i2c.c
ide.c
immap.c
ini.c
io.c
iotrace.c
irq.c
itest.c
jffs2.c
ldrinfo.c
led.c
license.c
load.c cmd: load: align cache flush 2016-10-31 10:13:18 -04:00
log.c
lzmadec.c
mac.c
md5sum.c
mdio.c
mem.c
mfsl.c
mii.c
misc.c
mmc.c
mmc_spi.c
mp.c
mtdparts.c
nand.c
net.c net: Fix cache misalignment message after network load operations 2016-10-13 12:25:33 -05:00
nvedit.c Various, accumulated typos collected from around the tree. 2016-10-06 20:57:40 -04:00
onenand.c cmd/onenand.c: block align warning 2016-10-06 20:57:42 -04:00
otp.c
part.c
pci.c
pcmcia.c
pmic.c
portio.c
pxe.c
qfw.c
read.c
reginfo.c
regulator.c power: regulator: Introduce regulator_set_value_force function 2016-11-25 10:00:04 -07:00
reiser.c
remoteproc.c
sata.c sata: fix sata command can not being executed bug 2016-11-28 19:49:47 -05:00
scsi.c
setexpr.c
sf.c
sha1sum.c
softswitch.c
sound.c
source.c
spi.c
spibootldr.c
spl.c
strings.c
terminal.c
test.c
thordown.c
time.c
tpm.c
tpm_test.c
trace.c
tsi148.c
ubi.c cmd: ubi: add option to specify volume id 2016-09-27 07:00:12 +02:00
ubifs.c
universe.c
unzip.c
usb.c
usb_mass_storage.c
version.c
ximg.c
yaffs2.c
zfs.c
zip.c