[PATCH 1/2] SAMA5D4EK - Now mostly supports booting Android from NAND.

Bo Shen voice.shen at atmel.com
Tue Feb 10 23:23:16 PST 2015


Hi Doug,

On 02/11/2015 12:02 PM, Doug Brainard wrote:
> Sorry, this was more me not understanding "git send-email" the first

It's OK, won't worry.

> time and how to keep it only sending the latest commit.

We normally do it in steps
1. format patch
    $ git format-patch -s -n (n is the number of patch you plan to send, 
from top to bottom.)
2. check the patch
    $ ./scripts/checkpatch.pl <your patches>
3. send the patch
    $ git send-email --to=.. --cc=.. <patch files>

More details, please reference the documentation in kernel: 
https://www.kernel.org/doc/Documentation/SubmittingPatches

> Doug

Best Regards,
Bo Shen



More information about the barebox mailing list