From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Fri, 30 Sep 2011 09:11:28 +0200 Subject: [U-Boot] [PATCH 6/8] arm, davinci, am1808: add lowlevel functions for booting from NOR In-Reply-To: References: <1316066380-7397-1-git-send-email-hs@denx.de> <1316066380-7397-7-git-send-email-hs@denx.de> Message-ID: <4E856BA0.5010201@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Christian, Christian Riesch wrote: > 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? 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