]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - onenand_ipl/onenand_ipl.h
mips: If CONFIG_CMD_SPI is defined, call spi_init()
[karo-tx-uboot.git] / onenand_ipl / onenand_ipl.h
index b9c6669a7b3c374cbd412305b8a8afb1e1a8f72e..9188b96625dca9bad0112d40a8c5579637da8514 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <linux/mtd/onenand_regs.h>
 
-#define ONENAND_START_BLOCK             0
 #define ONENAND_BLOCK_SIZE              2048
 
 #ifndef CFG_PRINTF
@@ -40,5 +39,5 @@
 
 #define ONENAND_PAGE_SIZE                       2048
 
-extern int onenand_read_block(unsigned char *buf, ulong block);
+extern int onenand_read_block0(unsigned char *buf);
 #endif