1. 17 1月, 2010 8 次提交
  2. 13 1月, 2010 5 次提交
  3. 09 1月, 2010 13 次提交
  4. 08 1月, 2010 5 次提交
  5. 07 1月, 2010 2 次提交
    • S
      onenand: Fix compile errors due to FlexOneNAND · b821cead
      Sanjeev Premi 提交于
      This patch fixes the compile error while trying to
      compile for omap3evm.
      
      env_onenand.c: In function 'env_relocate_spec':
      env_onenand.c:70: error: 'CONFIG_ENV_ADDR_FLEX' undeclared
       (first use in this function)
      env_onenand.c:70: error: (Each undeclared identifier is re
      ported only once
      env_onenand.c:70: error: for each function it appears in.)
      env_onenand.c: In function 'saveenv':
      env_onenand.c:106: error: 'CONFIG_ENV_ADDR_FLEX' undeclare
      d (first use in this function)
      env_onenand.c:107: error: 'CONFIG_ENV_SIZE_FLEX' undeclare
      d (first use in this function)
      Signed-off-by: NSanjeev Premi <premi@ti.com>
      Acked-by: NTom Rix <Tom.Rix@windriver.com>
      b821cead
    • N
      Davinci: davinci_nand.c performance enhancments · 20da6f4d
      Nick Thompson 提交于
      Introduces various optimisations that approximately triple the
      read data rate from NAND when run on da830evm.
      
      Most of these optimisations depend on the endianess of the machine
      and most of them are very similar to optimisations already present
      in the Linux Kernel.
      Signed-off-by: NNick Thompson <nick.thompson@ge.com>
      20da6f4d
  6. 06 1月, 2010 7 次提交