[U-Boot-Users] Still trying to get a stable 2.6.20.4 running on 8349ITX evalboard

Jon Loeliger jdl at freescale.com
Fri Apr 20 22:00:36 CEST 2007


On Fri, 2007-04-20 at 14:50, Bruce_Leonard at selinc.com wrote:

> 
> How the #$^@&#$%&@^$ did you figure out which commit changed things?  I 
> don't even know how to find that commit so I can see what changed!  The 
> way I see the issue being 'fixed' is to have the following in 
> .../include/configs/MPC8349ITX.h:

Ooo!  Tool hostility!  

Deep breath.  *sigh*  There...

OK.  Commands like these may be your friends here:

    % git log -- path/to/file.c
    % git log -p

If you have the SHA-1 or name of a commit, use:

    % git show f6eda7
or
    % git show master~4

HTH,
jdl






More information about the U-Boot mailing list