]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/flash.h
Add multi chip support to the FSL-UPM driver
[karo-tx-uboot.git] / include / flash.h
index 02c6a043144dd70c57682aa054a12fb7096077dc..8b8979e2f793d397bf0bc66765aaa0f3a3969a8c 100644 (file)
@@ -124,6 +124,9 @@ extern int jedec_flash_match(flash_info_t *info, ulong base);
 #define CFI_CMDSET_AMD_LEGACY          0xFFF0
 #endif
 
+#if defined(CONFIG_SYS_FLASH_CFI)
+extern flash_info_t *flash_get_info(ulong base);
+#endif
 
 /*-----------------------------------------------------------------------
  * return codes from flash_write():