[PATCH 5/5] arm: mach-mvebu: rename Armada 370/XP core code

Sebastian Hesselbarth sebastian.hesselbarth at gmail.com
Sun May 12 12:53:31 EDT 2013


On 05/12/2013 06:50 PM, Thomas Petazzoni wrote:
> Dear Sebastian Hesselbarth,
>
> On Sun, 12 May 2013 15:09:06 +0200, Sebastian Hesselbarth wrote:
>> There are more than Armada 370/XP in Marvell MVEBU SoC familiy. To avoid
>> irritation with source file nameing, we rename setup source file for
>> Armada 370/XP from core.c to armada-370-xp.c.
>>
>> Signed-off-by: Sebastian Hesselbarth<sebastian.hesselbarth at gmail.com>
>> ---
>> Cc: Thomas Petazzoni<thomas.petazzoni at free-electrons.com>
>> Cc: Ezequiel Garcia<ezequiel.garcia at free-electrons.com>
>> Cc: barebox at lists.infradead.org
>> ---
>>   arch/arm/mach-mvebu/Makefile        |    4 +-
>>   arch/arm/mach-mvebu/armada-370-xp.c |  142 +++++++++++++++++++++++++++++++++++
>>   arch/arm/mach-mvebu/core.c          |  142 -----------------------------------
>>   3 files changed, 144 insertions(+), 144 deletions(-)
>>   create mode 100644 arch/arm/mach-mvebu/armada-370-xp.c
>>   delete mode 100644 arch/arm/mach-mvebu/core.c
>
> Acked-by: Thomas Petazzoni<thomas.petazzoni at free-electrons.com>
>
> thought it would be nice to use git format-patch -M to enable rename
> detection in Git, so that we see this is just a rename and not a
> complete rewrite of the file.

True. I will send a v2 of some patches anyway as I found a left-over
include elsewhere.

Sebastian



More information about the barebox mailing list