1. 09 9月, 2008 7 次提交
  2. 07 9月, 2008 12 次提交
  3. 06 9月, 2008 3 次提交
  4. 05 9月, 2008 1 次提交
    • S
      devices: Use list_add_tail() instead of list_add() to register a device · 3e3c026e
      Stefan Roese 提交于
      This patch fixes a problem spotted on Glacier/Canyonlands (and most
      likely lots of other board ports), that no serial output was seen
      after console initialization in console_init_r(). This is because the
      last added console device was used instead of the first added.
      
      This patch fixes this problem by using list_add_tail() instead of
      list_add() to register a device. This way the first added console
      is used again.
      Signed-off-by: NStefan Roese <sr@denx.de>
      3e3c026e
  5. 04 9月, 2008 12 次提交
  6. 03 9月, 2008 5 次提交