From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Riesch Date: Fri, 30 Sep 2011 08:57:59 +0200 Subject: [U-Boot] [PATCH 6/8] arm, davinci, am1808: add lowlevel functions for booting from NOR In-Reply-To: <1316066380-7397-7-git-send-email-hs@denx.de> References: <1316066380-7397-1-git-send-email-hs@denx.de> <1316066380-7397-7-git-send-email-hs@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Heiko, On Thu, Sep 15, 2011 at 7:59 AM, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Cc: Paulraj Sandeep > Cc: Albert ARIBAUD > --- > ?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? Thanks, Christian