summaryrefslogtreecommitdiffstats
path: root/include/nand.h
diff options
context:
space:
mode:
authorSimon Schwarz <simonschwarzcor@googlemail.com>2011-10-31 06:34:44 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-06 23:59:31 +0100
commit82645f816fe25b8ff1cda8cf509dfb4f3059c975 (patch)
tree9105f7babec4ac90fa8ec814d0b168368b5eddaf /include/nand.h
parent14c326149739b784bbb8b57f5bbec61f1723efab (diff)
downloadblackbird-obmc-uboot-82645f816fe25b8ff1cda8cf509dfb4f3059c975.tar.gz
blackbird-obmc-uboot-82645f816fe25b8ff1cda8cf509dfb4f3059c975.zip
nand: Add common functions to linux/mtd/nand.h
Functions often used in SPL are now part of linux/mtd/nand.h. Static modifiers are removed from these functions in drivers/mtd/nand/nand_base.c. Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com> Cc: scottwood@freescale.com Cc: s-paulraj@ti.com Cc: albert.u.boot@aribaud.net Acked-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/nand.h')
-rw-r--r--include/nand.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/nand.h b/include/nand.h
index b4140794c5..d444ddcefe 100644
--- a/include/nand.h
+++ b/include/nand.h
@@ -135,9 +135,6 @@ int nand_get_lock_status(nand_info_t *meminfo, loff_t offset);
int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst);
void nand_deselect(void);
-void nand_read_buf16(struct mtd_info *mtd, uint8_t *buf, int len);
-void nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len);
-
#ifdef CONFIG_SYS_NAND_SELECT_DEVICE
void board_nand_select_device(struct nand_chip *nand, int chip);
#endif
OpenPOWER on IntegriCloud