From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 18 Sep 2009 13:44:34 -0500 Subject: [U-Boot] [PATCH v2] MIPS: VCT: Remove read_spareram reference In-Reply-To: <4AAB6374.9090009@pobox.com> References: <20090721025804.GA3722@july> <4AAB1FA8.6070409@pobox.com> <200909120830.48286.sr@denx.de> <4AAB6374.9090009@pobox.com> Message-ID: <20090918184434.GA13978@b07421-ec1.am.freescale.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Sep 12, 2009 at 06:01:40PM +0900, Shinya Kuribayashi wrote: > 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 > Acked-by: Stefan Roese > Cc: Kyungmin Park Applied to u-boot-nand-flash. -Scott