From: Jens Scharsig <js_at_ng@scharsoft.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] arm920t/at91: use new clock features from libat91-common
Date: Wed, 08 Jun 2011 19:06:37 +0200 [thread overview]
Message-ID: <4DEFAC1D.4030401@scharsoft.de> (raw)
In-Reply-To: <1307489278-96804-3-git-send-email-andreas.devel@googlemail.com>
Am 08.06.2011 01:27, schrieb Andreas Bie?mann:
>
> diff --git a/arch/arm/cpu/arm920t/at91/Makefile b/arch/arm/cpu/arm920t/at91/Makefile
> index 5c71b77..872461a 100644
> --- a/arch/arm/cpu/arm920t/at91/Makefile
> +++ b/arch/arm/cpu/arm920t/at91/Makefile
> @@ -28,6 +28,7 @@ LIB = $(obj)lib$(SOC).o
> SOBJS += lowlevel_init.o
> COBJS += reset.o
> COBJS += timer.o
> +COBJS += cpu.o
>
> SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
> OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
> diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h b/arch/arm/include/asm/arch-at91/at91rm9200.h
> index ff18014..979241e 100644
Dear Andreas Bie?mann,
I am running in the following error:
.....
make -C arch/arm/cpu/arm920t/at91/
make[1]: Entering directory `/home/scharsig/projects/CPUx9K2/u-boot/arch/arm/cpu/arm920t/at91'
make[1]: *** No rule to make target `cpu.c', needed by `.depend'. Stop.
make[1]: Leaving directory `/home/scharsig/projects/CPUx9K2/u-boot/arch/arm/cpu/arm920t/at91'
make: *** [arch/arm/cpu/arm920t/at91/libat91.o] Error 2
Is it possible that the patch is incomplete
or is an additional patch needed
Best regards
Jens Scharsig
next prev parent reply other threads:[~2011-06-08 17:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 23:27 [U-Boot] [PATCH 0/2] unify hw level clock for at91 cores Andreas Bießmann
2011-06-07 23:27 ` [U-Boot] [PATCH 1/2] at91: move a/a/c/arm926ejs/at91/clock.c -> a/a/lib/at91 Andreas Bießmann
2011-06-09 9:38 ` Reinhard Meyer
2011-06-09 9:46 ` Andreas Bießmann
2011-06-09 10:23 ` Reinhard Meyer
2011-06-09 11:07 ` Andreas Bießmann
2011-06-07 23:27 ` [U-Boot] [PATCH 2/2] arm920t/at91: use new clock features from libat91-common Andreas Bießmann
2011-06-08 17:06 ` Jens Scharsig [this message]
2011-06-08 20:10 ` [U-Boot] [PATCH v2] " Andreas Bießmann
2011-06-26 17:39 ` Jens Scharsig
[not found] ` <1307563560-13358-1-git-send-email-andreas.devel@googlemail.com>
[not found] ` <4DF09096.2010201@emk-elektronik.de>
2011-06-09 9:49 ` Andreas Bießmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DEFAC1D.4030401@scharsoft.de \
--to=js_at_ng@scharsoft.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.