public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: 贾舵 <jiaduo@syberos.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] u-boot issue,tks~~~~
Date: Fri, 11 Dec 2015 10:05:30 +0800	[thread overview]
Message-ID: <566A2F6A.6040008@syberos.com> (raw)

hi,
     in u-boot 2015-10 version
     I found a 'bug'

     cfi_flash.c --- flash_get_size() --- line 2222
    /* round up when converting to ms */
     info->write_tout = (tmp + 999) / 1000;

     this cause
     when open the '#define DEBUG'
     the function 'flash_status_check' will be 'timeout' !!!!,because 
'printf' waste some time.
     (s3c2440(soc)    am29lv160d(norflash)  405Mhz(FCLK) )


     reference to the nof flash,datesheet.
     I think the 'info->write_tout' unit is  'ms', it's no need to 
change......
     just..
     info->write_tout = tmp;
     this is ok!


     sorry,i am not goot at english!!!!!!

                 reply	other threads:[~2015-12-11  2:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=566A2F6A.6040008@syberos.com \
    --to=jiaduo@syberos.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox