From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Date: Thu, 23 Nov 2006 14:38:44 -0500 Subject: [U-Boot-Users] Booting ELDK 4.0 kernel on MPC8548CDS In-Reply-To: <4E80CADF-3F66-4E23-B60D-CC022A9ADDAA@kernel.crashing.org> References: <67194FEE6056B947B4EF756C9E497A2E01306CCA@zuk35exm60.ds.mot.com> <4E80CADF-3F66-4E23-B60D-CC022A9ADDAA@kernel.crashing.org> Message-ID: <4565F8C4.8020801@somanetworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: [snip] > Can you guys try out Grant's patch "[PATCH] Allow CONFIG_OF_FLAT_TREE > to boot a non-arch/powerpc kernel" and see if that fixes the issue > when building w/CONFIG_OF_FLAT_TREE enabled. His patch should make > it so that a bootm w/1 or 2 args that aren't a multiimage should boot > arch/ppc style. > > - k > I was having a similar problem on my MPC8555CDS, this patch fixes the problem for me as well. I was also having a problem with ethernet on this board. The TSEC driver in u-boot 1.1.6 seems to be broken (for this board anyway). I moved the PHY reset a bit earlier and it fixed it for me. I'll submit a patch in a moment. cheers, Dan