* incorrect conflict fix on renesas-devel-20131003?
@ 2013-10-04 3:08 takasi-y
2013-10-04 4:09 ` Simon Horman
2013-10-04 8:40 ` Simon Horman
0 siblings, 2 replies; 3+ messages in thread
From: takasi-y @ 2013-10-04 3:08 UTC (permalink / raw)
To: linux-sh
Hi simon,
On the tree at tag:renesas-devel-20131003,
I found the first hunk of
a4fcd4f (refs/remotes/renesas/dt3) ARM: shmobile: Remove KDM9D reference DTS
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -195,7 +195,6 @@ dtb-$(CONFIG_ARCH_U8500) += ste-snowball.dtb \
ste-ccu9540.dtb
dtb-$(CONFIG_ARCH_S3C24XX) += s3c2416-smdk2416.dtb
dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \
- emev2-kzm9d-reference.dtb \
r8a7740-armadillo800eva.dtb \
r8a7778-bockw.dtb \
r8a7778-bockw-reference.dtb \
is (accidentaly, I think) reverted in the
commit 65bf40ead9e97125644dd6601b518bfd8e13b95c
Merge: 11ef961 a4fcd4f
Author: Simon Horman <horms+renesas@verge.net.au>
Date: Thu Oct 3 15:20:36 2013 +0900
Merge branch 'heads/dt3' into devel
Conflicts:
arch/arm/boot/dts/Makefile
This reslts in a compilation error
| make[1]: *** No rule to make target `arch/arm/boot/dts/emev2-kzm9d-reference.dtb', needed by `dtbs'. Stop.
| make: *** [dtbs] Error 2
if the .dtb has been removed.
Thanks,
/yoshii
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: incorrect conflict fix on renesas-devel-20131003?
2013-10-04 3:08 incorrect conflict fix on renesas-devel-20131003? takasi-y
@ 2013-10-04 4:09 ` Simon Horman
2013-10-04 8:40 ` Simon Horman
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-10-04 4:09 UTC (permalink / raw)
To: linux-sh
On Fri, Oct 04, 2013 at 12:08:37PM +0900, takasi-y@ops.dti.ne.jp wrote:
> Hi simon,
>
> On the tree at tag:renesas-devel-20131003,
> I found the first hunk of
> a4fcd4f (refs/remotes/renesas/dt3) ARM: shmobile: Remove KDM9D reference DTS
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -195,7 +195,6 @@ dtb-$(CONFIG_ARCH_U8500) += ste-snowball.dtb \
> ste-ccu9540.dtb
> dtb-$(CONFIG_ARCH_S3C24XX) += s3c2416-smdk2416.dtb
> dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \
> - emev2-kzm9d-reference.dtb \
> r8a7740-armadillo800eva.dtb \
> r8a7778-bockw.dtb \
> r8a7778-bockw-reference.dtb \
>
> is (accidentaly, I think) reverted in the
> commit 65bf40ead9e97125644dd6601b518bfd8e13b95c
> Merge: 11ef961 a4fcd4f
> Author: Simon Horman <horms+renesas@verge.net.au>
> Date: Thu Oct 3 15:20:36 2013 +0900
>
> Merge branch 'heads/dt3' into devel
>
> Conflicts:
> arch/arm/boot/dts/Makefile
>
> This reslts in a compilation error
> | make[1]: *** No rule to make target `arch/arm/boot/dts/emev2-kzm9d-reference.dtb', needed by `dtbs'. Stop.
> | make: *** [dtbs] Error 2
> if the .dtb has been removed.
Thanks, I will fix that.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: incorrect conflict fix on renesas-devel-20131003?
2013-10-04 3:08 incorrect conflict fix on renesas-devel-20131003? takasi-y
2013-10-04 4:09 ` Simon Horman
@ 2013-10-04 8:40 ` Simon Horman
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-10-04 8:40 UTC (permalink / raw)
To: linux-sh
On Fri, Oct 04, 2013 at 01:09:38PM +0900, Simon Horman wrote:
> On Fri, Oct 04, 2013 at 12:08:37PM +0900, takasi-y@ops.dti.ne.jp wrote:
> > Hi simon,
> >
> > On the tree at tag:renesas-devel-20131003,
> > I found the first hunk of
> > a4fcd4f (refs/remotes/renesas/dt3) ARM: shmobile: Remove KDM9D reference DTS
> > --- a/arch/arm/boot/dts/Makefile
> > +++ b/arch/arm/boot/dts/Makefile
> > @@ -195,7 +195,6 @@ dtb-$(CONFIG_ARCH_U8500) += ste-snowball.dtb \
> > ste-ccu9540.dtb
> > dtb-$(CONFIG_ARCH_S3C24XX) += s3c2416-smdk2416.dtb
> > dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \
> > - emev2-kzm9d-reference.dtb \
> > r8a7740-armadillo800eva.dtb \
> > r8a7778-bockw.dtb \
> > r8a7778-bockw-reference.dtb \
> >
> > is (accidentaly, I think) reverted in the
> > commit 65bf40ead9e97125644dd6601b518bfd8e13b95c
> > Merge: 11ef961 a4fcd4f
> > Author: Simon Horman <horms+renesas@verge.net.au>
> > Date: Thu Oct 3 15:20:36 2013 +0900
> >
> > Merge branch 'heads/dt3' into devel
> >
> > Conflicts:
> > arch/arm/boot/dts/Makefile
> >
> > This reslts in a compilation error
> > | make[1]: *** No rule to make target `arch/arm/boot/dts/emev2-kzm9d-reference.dtb', needed by `dtbs'. Stop.
> > | make: *** [dtbs] Error 2
> > if the .dtb has been removed.
>
> Thanks, I will fix that.
Thanks once again for pointing this out.
It should be fixed in renesas-devel-20131004 which I pushed a few minutes ago.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-04 8:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 3:08 incorrect conflict fix on renesas-devel-20131003? takasi-y
2013-10-04 4:09 ` Simon Horman
2013-10-04 8:40 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).