1. 15 6月, 2009 3 次提交
    • W
      Merge branch 'next' of ../master · 92afd368
      Wolfgang Denk 提交于
      92afd368
    • W
      Prepare v2009.06 · 6b1f78ae
      Wolfgang Denk 提交于
      Update CHANGELOG, fix minor coding stylke issue. Update Makefile.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      6b1f78ae
    • W
      Revert "SMC911x driver fixed for NFS boot" · c3147c17
      Wolfgang Denk 提交于
      This reverts commit ca9c8a1e,
      which causes compile warnings ("large integer implicitly truncated
      to unsigned type") on all systems that use this driver. The warning
      results from passing long constants (TX_CFG, RX_CFG) into
      smc911x_set_mac_csr() which is declared to accept "unsigned
      character" arguments only.
      
      Being close to a release, with nobody available to actually test the
      code or the suggested fixes, it seems better to revert the patch.
      c3147c17
  2. 13 6月, 2009 37 次提交