uboot-mt623x/board/micronas/vct
Shinya Kuribayashi a05e3f9a08 MIPS: VCT: Remove read_spareram reference
The commit ecad289fc6 (OneNAND: Remove
unused read_spareram and add unlock_all as kernel does) forgot to remove
a local reference to read_spareram in board/micronas/vct/ebi_onenand.c,
which causes the following build failure when configured with OneNAND:

ebi_onenand.c: In function 'onenand_board_init':
ebi_onenand.c:196: error: 'struct onenand_chip' has no member named 'read_spareram'
make[1]: *** [ebi_onenand.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [board/micronas/vct/libvct.a] Error 2

Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
Acked-by: Stefan Roese <sr@denx.de>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
2009-09-28 13:55:06 -05:00
..
vcth MIPS: Add VCT board series support (Part 3/3) 2009-01-27 23:08:26 +09:00
vcth2 MIPS: Add VCT board series support (Part 3/3) 2009-01-27 23:08:26 +09:00
vctv MIPS: Add VCT board series support (Part 3/3) 2009-01-27 23:08:26 +09:00
Makefile MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
bcu.h MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
config.mk MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
dcgu.c MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
dcgu.h MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
ebi.c MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
ebi.h MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
ebi_nor_flash.c MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
ebi_onenand.c MIPS: VCT: Remove read_spareram reference 2009-09-28 13:55:06 -05:00
ebi_smc911x.c Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API 2009-07-22 22:53:44 -07:00
ehci.c MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
gpio.c MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
scc.c MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
scc.h MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
smc_eeprom.c General help message cleanup 2009-06-12 20:47:16 +02:00
top.c MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
u-boot.lds Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
vct.c Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API 2009-07-22 22:53:44 -07:00
vct.h MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00