]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
QuadSPI: use correct amba_base
authorPeng Fan <Peng.Fan@freescale.com>
Wed, 31 Dec 2014 03:01:37 +0000 (11:01 +0800)
committerJagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Wed, 31 Dec 2014 09:22:32 +0000 (14:52 +0530)
commited0c81c654209a2af71393e8756d94c7e944646b
tree850d3c3b7e7b981b7c3abb3ec7ef281cf1723e75
parent53e3db7f64a8e4289bc8accb87c2ec7fa546010a
QuadSPI: use correct amba_base

According cs, use different amba_base to choose the corresponding
flash devices.  If not, `sf probe 1:0` and `sf probe 1:1` will
choose the same flash device, but not different flash devices.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
drivers/spi/fsl_qspi.c