From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 31 Jul 2009 18:06:28 -0500 Subject: [U-Boot] [PATCH 6/6] S5PC100: Add onenand_ipl for SMDKC100 support In-Reply-To: <9c9fda240907311555v12f3bc49sdd824c3b26031d9c@mail.gmail.com> References: <350d1ec30906250121q4e860812s35054aaee8c2016e@mail.gmail.com> <20090731221948.GA27937@b07421-ec1.am.freescale.net> <9c9fda240907311555v12f3bc49sdd824c3b26031d9c@mail.gmail.com> Message-ID: <4A7378F4.4060802@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kyungmin Park wrote: > No problem, > One question, how to use use generic & s5pc100 read function simultaneously. > Since our test board use two cpu, s5pc100 & s5pc110. but each cpu has > different read function. > I want to use it both with only one u-boot image. In this case we have > to distinguish and use it properly. > Now I add the function pointer and assign it based on cpu id. Using a function pointer is OK. -Scott