[U-Boot] [PATCH 6/8] arm, davinci, am1808: add lowlevel functions for booting from NOR
Heiko Schocher
hs at denx.de
Fri Sep 30 09:11:28 CEST 2011
Hello Christian,
Christian Riesch wrote:
> Heiko,
>
> On Thu, Sep 15, 2011 at 7:59 AM, Heiko Schocher <hs at denx.de> wrote:
>> Signed-off-by: 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 | 1 +
>> arch/arm/cpu/arm926ejs/davinci/am1808_lowlevel.c | 428 ++++++++++++++++++++
>> .../arm/include/asm/arch-davinci/am1808_lowlevel.h | 44 ++
>> 3 files changed, 473 insertions(+), 0 deletions(-)
>> create mode 100644 arch/arm/cpu/arm926ejs/davinci/am1808_lowlevel.c
>> create mode 100644 arch/arm/include/asm/arch-davinci/am1808_lowlevel.h
>>
>> diff --git a/arch/arm/cpu/arm926ejs/davinci/Makefile b/arch/arm/cpu/arm926ejs/davinci/Makefile
>> index b38623a..0310957 100644
>> --- a/arch/arm/cpu/arm926ejs/davinci/Makefile
>> +++ b/arch/arm/cpu/arm926ejs/davinci/Makefile
>> @@ -28,6 +28,7 @@ include $(TOPDIR)/config.mk
>> LIB = $(obj)lib$(SOC).o
>>
>> COBJS-y += cpu.o timer.o psc.o
>> +COBJS-$(CONFIG_AM18018_LOWLEVEL) += am1808_lowlevel.o
>
> AM18018 - is this intended or just a typo?
Just a typo, thanks for detecting!
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
More information about the U-Boot
mailing list