From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 09 Dec 2008 14:44:52 -0800 Subject: [U-Boot] Commit 9eb79bd8 breaks building for MBX860T board In-Reply-To: <20081209222429.3BA7B834B020@gemini.denx.de> References: <20081209222429.3BA7B834B020@gemini.denx.de> Message-ID: <493EF4E4.3040804@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Wolfgang Denk wrote: > Dear Ben, > > your commit 9eb79bd8 breaks building for the MBX860T board: > > $ MAKEALL MBX860T > Configuring for MBX860T board... > cpu/mpc8xx/libmpc8xx.a(cpu.o): In function `cpu_eth_init': > /home/wd/git/u-boot/work/cpu/mpc8xx/cpu.c:648: undefined reference to `scc_initialize' > > > ouch > git-bisect points at: > > 9eb79bd8856bcab896ed5e1f1bca159807a124dd is first bad commit > commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd > Author: Ben Warren > Date: Thu Oct 23 22:02:49 2008 -0700 > > Moved initialization of MPC8XX SCC to cpu_eth_init() > > Removed initialization of the driver from net/eth.c > > Signed-off-by: Ben Warren > > :040000 040000 081647cb0fda3e58461b8db01d2e87e95cede51c 467c4f71e241449ed19f149d14c39762d57bbe1f M cpu > :040000 040000 c6a3a3a86c4377efcbc9834439b8efaf7a5204c2 683f0cc5822f2389e597e33d75544d10f5e27cff M include > :040000 040000 6c0f127b95964a201601a16c0450fd00472117d9 c34f8e7c99990d9d956b04055771355317a5a852 M net > > > Can you please have a look at this? > > Sure. I'll figure it out tonight and will post a patch. > Thanks. > > Best regards, > > Wolfgang Denk > > regards, Ben