Hi all,<br><br>I was figuring out how to pass board info from U-Boot to Linux and<br>I saw that Linux references the bd_info structure.<br><br>I&#39;m not sure, however, which definition to use:<br>In U-Boot, struct bd_info is defined in include/asm/u-
boot.h<br>In Linux, it&#39;s defined in include/asm-ppc/ppcboot.h.<br><br>These two are somewhat different (different #ifdefs) which means<br>the first few members (RAM size and such) are the same, but from<br>then on it can diverge.
<br><br>Furthermore, in Linux there are several boards that define their<br>own structure for this. Should we use the ppcboot.h definition,<br>or is it there an intention to push the u-boot.h to the Linux tree one day?<br>
<br>Thanks<br>