]> Git Repo - J-u-boot.git/commit
MIPS: VCT: Remove read_spareram reference
authorShinya Kuribayashi <[email protected]>
Sat, 12 Sep 2009 09:01:40 +0000 (18:01 +0900)
committerScott Wood <[email protected]>
Mon, 28 Sep 2009 18:55:06 +0000 (13:55 -0500)
commita05e3f9a084fc8951d87745b3a91df246432df7d
tree075d8416d9a4c211f525abf9007073c4e2fb1234
parent984f10baac8ef6032df52f135943d6b0bc96f724
MIPS: VCT: Remove read_spareram reference

The commit ecad289fc6bd9d89ef4d5093cc7b6fd712fd0d29 (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 <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Cc: Kyungmin Park <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
board/micronas/vct/ebi_onenand.c
This page took 0.034578 seconds and 4 git commands to generate.