* [U-Boot-Users] Problem building MPC8260ADS with source from git
@ 2007-07-24 20:32 Scott Mann
2007-07-24 20:44 ` Jerry Van Baren
0 siblings, 1 reply; 4+ messages in thread
From: Scott Mann @ 2007-07-24 20:32 UTC (permalink / raw)
To: u-boot
Hi
I pulled the latest (7/19) source from the git repository (I used snapshot) and when I went to build MPC8260ADS, it failed. I could go into the gory details if someone really cares, but the fix I implemented was to add CFG_CMD_MFSL to the CFG_EXCLUDE list in include/configs/MPC8260ADS.h. This CFG command seems to deal with the Microblaze and therefore is not applicable to anything else, I think. Any comments about this fix? Does it make sense to do it this way or is there something I'm missing?
It may be that this problem exists with other builds, but I haven't tried the MAKEALL yet. I could do that later. Also, the README says to submit a diff patch, but which args to diff do you want? If it is agreed that my change is correct, I'll do a MAKEALL, add the fix wherever else it may be needed, create the patch and send it along.
Thanks,
Scott
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Problem building MPC8260ADS with source from git
2007-07-24 20:32 [U-Boot-Users] Problem building MPC8260ADS with source from git Scott Mann
@ 2007-07-24 20:44 ` Jerry Van Baren
2007-07-24 21:05 ` Jon Loeliger
0 siblings, 1 reply; 4+ messages in thread
From: Jerry Van Baren @ 2007-07-24 20:44 UTC (permalink / raw)
To: u-boot
Scott Mann wrote:
> Hi
>
> I pulled the latest (7/19) source from the git repository (I used
> snapshot) and when I went to build MPC8260ADS, it failed. I could go
> into the gory details if someone really cares, but the fix I
> implemented was to add CFG_CMD_MFSL to the CFG_EXCLUDE list in
> include/configs/MPC8260ADS.h. This CFG command seems to deal with the
> Microblaze and therefore is not applicable to anything else, I think.
> Any comments about this fix? Does it make sense to do it this way or
> is there something I'm missing?
>
> It may be that this problem exists with other builds, but I haven't
> tried the MAKEALL yet. I could do that later. Also, the README says
> to submit a diff patch, but which args to diff do you want? If it is
> agreed that my change is correct, I'll do a MAKEALL, add the fix
> wherever else it may be needed, create the patch and send it along.
>
> Thanks,
> Scott
Hi Scott,
Reference:
<http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/29858/focus=29903>
I also saw that recently and came to the same conclusion. It is due to
a very naive command configuration - taking "all" and then subtracting
the undesired ones. The problem is, whenever someone adds a command
that is incompatible, the build breaks for that board.
Jon (jdl) has a New Improved command configuration mechanism that will
solve the world's woes, except for that one. I intend to submit a patch
after Jon's patches were pulled into the mainline (unless someone beat
me to it).
Best regards,
gvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Problem building MPC8260ADS with source from git
2007-07-24 20:44 ` Jerry Van Baren
@ 2007-07-24 21:05 ` Jon Loeliger
2007-07-24 21:20 ` Jerry Van Baren
0 siblings, 1 reply; 4+ messages in thread
From: Jon Loeliger @ 2007-07-24 21:05 UTC (permalink / raw)
To: u-boot
On Tue, 2007-07-24 at 15:44, Jerry Van Baren wrote:
> Jon (jdl) has a New Improved command configuration mechanism that will
> solve the world's woes, except for that one. I intend to submit a patch
> after Jon's patches were pulled into the mainline (unless someone beat
> me to it).
>
> Best regards,
> gvb
I haven't looked, but might it be either fixed or fixable
with a patch against u-boot-testing.git directly? If so,
you could submit that today!
jdl
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Problem building MPC8260ADS with source from git
2007-07-24 21:05 ` Jon Loeliger
@ 2007-07-24 21:20 ` Jerry Van Baren
0 siblings, 0 replies; 4+ messages in thread
From: Jerry Van Baren @ 2007-07-24 21:20 UTC (permalink / raw)
To: u-boot
Jon Loeliger wrote:
> On Tue, 2007-07-24 at 15:44, Jerry Van Baren wrote:
>
>
>> Jon (jdl) has a New Improved command configuration mechanism that will
>> solve the world's woes, except for that one. I intend to submit a patch
>> after Jon's patches were pulled into the mainline (unless someone beat
>> me to it).
>>
>> Best regards,
>> gvb
>
> I haven't looked, but might it be either fixed or fixable
> with a patch against u-boot-testing.git directly? If so,
> you could submit that today!
>
> jdl
Yes.
gvb
P.S. I'll thank you for not exposing my excuses for what they are. ;-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-07-24 21:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 20:32 [U-Boot-Users] Problem building MPC8260ADS with source from git Scott Mann
2007-07-24 20:44 ` Jerry Van Baren
2007-07-24 21:05 ` Jon Loeliger
2007-07-24 21:20 ` Jerry Van Baren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox