Re: [U-Boot] Why spi flash probe runs twice on Xilinx Zynq board ?

2014-06-30 Thread Heshsham Abdul Basit
On 30 June 2014 16:37, Jagan Teki wrote: > On Mon, Jun 30, 2014 at 4:32 PM, Heshsham Abdul Basit > wrote: > > > > > > > > On 30 June 2014 16:30, Jagan Teki wrote: > >> > >> On Mon, Jun 30, 2014 at 4:18 PM, Heshsham Abdul Basit > >> wrote: > >> > Thanks for your comments Thomas and Jagan! > >>

Re: [U-Boot] Why spi flash probe runs twice on Xilinx Zynq board ?

2014-06-30 Thread Jagan Teki
On Mon, Jun 30, 2014 at 4:32 PM, Heshsham Abdul Basit wrote: > > > > On 30 June 2014 16:30, Jagan Teki wrote: >> >> On Mon, Jun 30, 2014 at 4:18 PM, Heshsham Abdul Basit >> wrote: >> > Thanks for your comments Thomas and Jagan! >> > >> > >> > On 30 June 2014 15:58, Jagan Teki wrote: >> >> >> >

Re: [U-Boot] Why spi flash probe runs twice on Xilinx Zynq board ?

2014-06-30 Thread Heshsham Abdul Basit
On 30 June 2014 16:30, Jagan Teki wrote: > On Mon, Jun 30, 2014 at 4:18 PM, Heshsham Abdul Basit > wrote: > > Thanks for your comments Thomas and Jagan! > > > > > > On 30 June 2014 15:58, Jagan Teki wrote: > >> > >> I guess - your using Xilinx github u-boot-xlnx > >> > > > > Yes > > > >> > >>

Re: [U-Boot] Why spi flash probe runs twice on Xilinx Zynq board ?

2014-06-30 Thread Jagan Teki
On Mon, Jun 30, 2014 at 4:18 PM, Heshsham Abdul Basit wrote: > Thanks for your comments Thomas and Jagan! > > > On 30 June 2014 15:58, Jagan Teki wrote: >> >> I guess - your using Xilinx github u-boot-xlnx >> > > Yes > >> >> The reason for two prints is like, for >> 1) Initial probe print, by de

Re: [U-Boot] Why spi flash probe runs twice on Xilinx Zynq board ?

2014-06-30 Thread Heshsham Abdul Basit
Thanks for your comments Thomas and Jagan! On 30 June 2014 15:58, Jagan Teki wrote: > I guess - your using Xilinx github u-boot-xlnx > > Yes > The reason for two prints is like, for > 1) Initial probe print, by default done in env calls > 2) Added in sf probe again on auto-boot commands [1]

Re: [U-Boot] Why spi flash probe runs twice on Xilinx Zynq board ?

2014-06-30 Thread Jagan Teki
I guess - your using Xilinx github u-boot-xlnx The reason for two prints is like, for 1) Initial probe print, by default done in env calls 2) Added in sf probe again on auto-boot commands [1] [1] https://github.com/Xilinx/u-boot-xlnx/blob/master/include/configs/zynq-common.h On Sat, Jun 28, 201

Re: [U-Boot] Why spi flash probe runs twice on Xilinx Zynq board ?

2014-06-30 Thread Thomas . Betker
Hello Abdul Basit: > .I noticed that the following lines are coming twice: > > SF: Detected S25FL129P_64K/S25FL128S_64K with page size 64 KiB, total 16 MiB > > This corresponds to the function spi_flash_probe from > drivers/mtd/spi/spi_flash.c > > I need to know: > > 1- Why it is probed twice

[U-Boot] Why spi flash probe runs twice on Xilinx Zynq board ?

2014-06-28 Thread Heshsham Abdul Basit
Hi, I am re-sending this email because earlier I forgot to put the subject line properly. I am struggling to figure out few things in u-boot , but I failed to get a good resource or help. This is a section of the log from u-boot running on Avnet Microzed board: [Thu Jun 26 17:40:53.656 2014]