[U-Boot] [PATCH] x86: Rename include/asm/ic to include/asm/arch-sc520

Graeme Russ graeme.russ at gmail.com
Sun Oct 16 05:33:19 CEST 2011


Hi Wolfgang,

On 16/10/11 14:29, Graeme Russ wrote:
> Also include some trivial related cleanups
> 
> Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
> ---
>  arch/x86/cpu/sc520/sc520.c                      |    2 +-
>  arch/x86/cpu/sc520/sc520_car.S                  |    2 +-
>  arch/x86/cpu/sc520/sc520_pci.c                  |    4 ++--
>  arch/x86/cpu/sc520/sc520_reset.c                |    2 +-
>  arch/x86/cpu/sc520/sc520_sdram.c                |    2 +-
>  arch/x86/cpu/sc520/sc520_ssi.c                  |    4 ++--
>  arch/x86/cpu/sc520/sc520_timer.c                |    2 +-
>  arch/x86/include/asm/{ic => arch-sc520}/pci.h   |    0
>  arch/x86/include/asm/{ic => arch-sc520}/sc520.h |    0
>  arch/x86/include/asm/{ic => arch-sc520}/ssi.h   |    0
>  arch/x86/lib/zimage.c                           |    1 -
>  board/eNET/eNET.c                               |    2 +-
>  board/eNET/eNET_pci.c                           |    2 +-
>  board/eNET/eNET_start16.S                       |    4 +---
>  14 files changed, 12 insertions(+), 15 deletions(-)
>  rename arch/x86/include/asm/{ic => arch-sc520}/pci.h (100%)
>  rename arch/x86/include/asm/{ic => arch-sc520}/sc520.h (100%)
>  rename arch/x86/include/asm/{ic => arch-sc520}/ssi.h (100%)

I missed the merge window by a day, but since this is a tidy-up that
touches only x86, do you mind if I apply it to the x86 repo anyway before I
send through a pull request?

It is checkpatch clean in case your wondering

Regards,

Graeme


More information about the U-Boot mailing list