Skip to content
Snippets Groups Projects
  1. Nov 24, 2008
    • Stefan Roese's avatar
      cfi_flash: Make all flash access functions weak · 45aa5a7f
      Stefan Roese authored
      
      This patch defines all flash access functions as weak so that
      they can be overridden by board specific versions.
      
      This will be used by the upcoming VCTH board support where the NOR
      FLASH unfortunately can't be accessed memory-mapped. Special
      accessor functions are needed here.
      
      To enable this weak functions you need to define
      CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
      Otherwise the "old" default functions will be used resulting
      in smaller code.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Acked-by: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
      45aa5a7f
  2. Nov 18, 2008
  3. Nov 11, 2008
  4. Nov 10, 2008
  5. Nov 08, 2008
  6. Nov 07, 2008
Loading