* bd_t definition changes
@ 2004-04-30 12:59 Richard Danter
2004-04-30 15:45 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Richard Danter @ 2004-04-30 12:59 UTC (permalink / raw)
To: linuxppc-embedded
Hi All,
I am trying to boot linux 2.4.24 (from ELDK 3.0) on an EST SBC8260 using
U-Boot 1.1.1 which I downloaded from the Denx ftp site.
U-Boot seems to be working just fine. I can tftpboot the uImage and
start executing the kernel using bootm. But...
I have discovered that the bd_t (board info) being seen by the kernel
does not match what it expects. Looking closer at the source, I can see
that the definition of this structure differs between that in the kernel
(arch/ppc/platforms/est8260.h) and U-Boot (include/asm-ppc/u-boot.h).
Should I fix the kernel version and submit it as a patch, or will that
break other things?? Recommendations welcome!
Thanks
Rich
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bd_t definition changes
2004-04-30 12:59 bd_t definition changes Richard Danter
@ 2004-04-30 15:45 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2004-04-30 15:45 UTC (permalink / raw)
To: Richard Danter; +Cc: linuxppc-embedded
In message <40924DBE.2010908@ntlworld.com> you wrote:
>
> I am trying to boot linux 2.4.24 (from ELDK 3.0) on an EST SBC8260 using
> U-Boot 1.1.1 which I downloaded from the Denx ftp site.
...
> I have discovered that the bd_t (board info) being seen by the kernel
> does not match what it expects. Looking closer at the source, I can see
> that the definition of this structure differs between that in the kernel
> (arch/ppc/platforms/est8260.h) and U-Boot (include/asm-ppc/u-boot.h).
Delete the definition in arch/ppc/platforms/est8260.h and replace it
by a simple "#include <asm/ppcboot.h>" -- see any other board with
U-Boot support for reference, for example "arch/ppc/platforms/tqm8260.h"
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
If God wanted me to touch my toes, he'd have put them on my knees.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-30 15:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-30 12:59 bd_t definition changes Richard Danter
2004-04-30 15:45 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).