All of lore.kernel.org
 help / color / mirror / Atom feed
From: Graeme Russ <graeme.russ@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 12/15] Fixed CONFIG_SYS_SC520_RESET for eNET board
Date: Mon, 08 Dec 2008 19:04:52 +1100	[thread overview]
Message-ID: <493CD524.4050900@gmail.com> (raw)
In-Reply-To: <20081208064112.GD27485@game.jcrosoft.org>

Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 10:29 Sun 07 Dec     , Graeme Russ wrote:
>> Forgotten in commit d1f2d102a266804a50ff0cd9794459791f057c94
>>
>> Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
>> ---
>>  include/configs/eNET.h |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
> please do this at the sametime you rename the macro
>
> Best Regards,
> J.
>

What is the easiest (or best) way of achieving this. The only way I can
think of is to:
 - Roll back my history to the commit before d1f2d102a
 - Use patch to apply d1f2d102a
 - Add this change
 - Commit the resulting changes
 - Use git-am to apply the remaining patches

Is this the correct way of doing it?

Sorry, but I'm still getting used to git

Regards,

Graeme

  reply	other threads:[~2008-12-08  8:04 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-06 23:28 [U-Boot] [PATCH 00/15] i386 Modifications and new board (eNET) Graeme Russ
2008-12-06 23:28 ` [U-Boot] [PATCH 01/15] Added initial eNET board support Graeme Russ
2008-12-06 23:28   ` [U-Boot] [PATCH 02/15] Renamed cpu/i386/reset.S to resetvec.S Graeme Russ
2008-12-06 23:28     ` [U-Boot] [PATCH 03/15] Updated eNET link script for reset -> resetvec section rename Graeme Russ
2008-12-06 23:29       ` [U-Boot] [PATCH 04/15] Moved sc520 specific code into new cpu/i386/sc520 folder Graeme Russ
2008-12-06 23:29         ` [U-Boot] [PATCH 05/15] Moved definition of set_vector() to new header file Graeme Russ
2008-12-06 23:29           ` [U-Boot] [PATCH 06/15] Moved generic (triple fault) reset code Graeme Russ
2008-12-06 23:29             ` [U-Boot] [PATCH 07/15] Added MMCR reset functionality Graeme Russ
2008-12-06 23:29               ` [U-Boot] [PATCH 08/15] Remove #ifdef CONFIG_SC520 in source code Graeme Russ
2008-12-06 23:29                 ` [U-Boot] [PATCH 09/15] Removed all references to CONFIG_SYS_RESET_GENERIC Graeme Russ
2008-12-06 23:29                   ` [U-Boot] [PATCH 10/15] Renamed SC520 configuration options Graeme Russ
2008-12-06 23:29                     ` [U-Boot] [PATCH 11/15] Removed #ifdef CONFIG_SYS_SC520 Graeme Russ
2008-12-06 23:29                       ` [U-Boot] [PATCH 12/15] Fixed CONFIG_SYS_SC520_RESET for eNET board Graeme Russ
2008-12-06 23:29                         ` [U-Boot] [PATCH 13/15] Moved ali512x.h from include/asm-i386/ic/ to /include Graeme Russ
2008-12-06 23:29                           ` [U-Boot] [PATCH 14/15] Added MMCR initialisation to real mode eNET board initialisation Graeme Russ
2008-12-06 23:29                             ` [U-Boot] [PATCH 15/15] Seperated exception handling functionality out of interrupts.c Graeme Russ
2008-12-08  6:41                         ` [U-Boot] [PATCH 12/15] Fixed CONFIG_SYS_SC520_RESET for eNET board Jean-Christophe PLAGNIOL-VILLARD
2008-12-08  8:04                           ` Graeme Russ [this message]
2008-12-08  8:45                             ` Jean-Christophe PLAGNIOL-VILLARD
2008-12-08 16:32                             ` Peter Tyser
2008-12-08  6:38                       ` [U-Boot] [PATCH 11/15] Removed #ifdef CONFIG_SYS_SC520 Jean-Christophe PLAGNIOL-VILLARD
2009-01-24  0:18                     ` [U-Boot] [PATCH 10/15] Renamed SC520 configuration options Wolfgang Denk
2009-01-26  9:36                       ` Graeme Russ
2009-01-24  0:16                   ` [U-Boot] [PATCH 09/15] Removed all references to CONFIG_SYS_RESET_GENERIC Wolfgang Denk
2008-12-08  6:37                 ` [U-Boot] [PATCH 08/15] Remove #ifdef CONFIG_SC520 in source code Jean-Christophe PLAGNIOL-VILLARD
2009-01-24  0:16                 ` Wolfgang Denk
2009-01-24  0:12             ` [U-Boot] [PATCH 06/15] Moved generic (triple fault) reset code Wolfgang Denk
2009-01-24  0:11           ` [U-Boot] [PATCH 05/15] Moved definition of set_vector() to new header file Wolfgang Denk
2009-01-24  0:10         ` [U-Boot] [PATCH 04/15] Moved sc520 specific code into new cpu/i386/sc520 folder Wolfgang Denk
2008-12-08  6:33       ` [U-Boot] [PATCH 03/15] Updated eNET link script for reset -> resetvec section rename Jean-Christophe PLAGNIOL-VILLARD
2009-01-24  0:08         ` Wolfgang Denk
2009-01-24  0:07       ` Wolfgang Denk
2009-01-24  0:03     ` [U-Boot] [PATCH 02/15] Renamed cpu/i386/reset.S to resetvec.S Wolfgang Denk
2009-01-24  0:02   ` [U-Boot] [PATCH 01/15] Added initial eNET board support Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=493CD524.4050900@gmail.com \
    --to=graeme.russ@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.