[U-Boot] [PATCH 1/4] arm, davinci: Rename AM1808 lowlevel functions to DA850

Christian Riesch christian.riesch at omicron.at
Thu Oct 13 07:37:54 CEST 2011


Hello Heiko,

On Thursday, October 13, 2011, Heiko Schocher <hs at denx.de> wrote:
> Hello Christian,
>
> Christian Riesch wrote:
>> Rename arch/arm/cpu/arm926ejs/davinci/am1808_lowlevel.c and
>> arch/arm/include/asm/arch-davinci/am1808_lowlevel.h to da850_lowlevel.c
>> and da850_lowlevel.h since they apply not only to the AM1808 SoC
>> but to all DA850 chips. The function names and #defines are changed
>> likewise.
>>
>> Signed-off-by: Christian Riesch <christian.riesch at omicron.at>
>> Cc: Heiko Schocher <hs at denx.de>
>> Cc: Paulraj Sandeep <s-paulraj at ti.com>
>> Cc: Albert ARIBAUD <albert.u.boot at aribaud.net>
>> ---
>>  arch/arm/cpu/arm926ejs/davinci/Makefile            |    2 +-
>>  arch/arm/cpu/arm926ejs/davinci/am1808_lowlevel.c   |  428
--------------------
>>  arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c    |  428
++++++++++++++++++++
>>  .../arm/include/asm/arch-davinci/am1808_lowlevel.h |   44 --
>>  arch/arm/include/asm/arch-davinci/da850_lowlevel.h |   44 ++
>>  board/enbw/enbw_cmc/enbw_cmc.c                     |    2 +-
>>  include/configs/enbw_cmc.h                         |   92 +++---
>>  7 files changed, 520 insertions(+), 520 deletions(-)
>>  delete mode 100644 arch/arm/cpu/arm926ejs/davinci/am1808_lowlevel.c
>>  create mode 100644 arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c
>>  delete mode 100644 arch/arm/include/asm/arch-davinci/am1808_lowlevel.h
>>  create mode 100644 arch/arm/include/asm/arch-davinci/da850_lowlevel.h
>
> Could you please use the -M option of git format-patch, so
> it detects renames.

Thanks for reviewing. I'll use -M when I resubmit the patchset, I didn't
know this option :-(
Regards, Christian


More information about the U-Boot mailing list