]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/nand.h
omap-common: add nand spl support
[karo-tx-uboot.git] / include / nand.h
index 8d94b5cbd7536e4a5492b7cb28d9c6ef34a11534..3c5ef4e3c4ef5a3cecbb8edd3f57f8ad5b859a52 100644 (file)
@@ -132,6 +132,9 @@ int nand_lock( nand_info_t *meminfo, int tight );
 int nand_unlock( nand_info_t *meminfo, ulong start, ulong length );
 int nand_get_lock_status(nand_info_t *meminfo, loff_t offset);
 
+void nand_spl_load_image(loff_t offs, unsigned int size, uchar *dst);
+void nand_deselect(void);
+
 #ifdef CONFIG_SYS_NAND_SELECT_DEVICE
 void board_nand_select_device(struct nand_chip *nand, int chip);
 #endif