All of lore.kernel.org
 help / color / mirror / Atom feed
* [V3 6/6] ARM: sa1100: fix build error
@ 2011-11-30  6:32 Jett.Zhou
  0 siblings, 0 replies; 2+ messages in thread
From: Jett.Zhou @ 2011-11-30  6:32 UTC (permalink / raw)
  To: linux-arm-kernel

arm-eabi-4.4.3-ld:--defsym zreladdr=: syntax error
make[2]: *** [arch/arm/boot/compressed/vmlinux] Error 1
make[1]: *** [arch/arm/boot/compressed/vmlinux] Error 2
make: *** [uImage] Error 2

Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
---
 arch/arm/mach-sa1100/Makefile.boot |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-sa1100/Makefile.boot b/arch/arm/mach-sa1100/Makefile.boot
index 5a616f6..f7951aa 100644
--- a/arch/arm/mach-sa1100/Makefile.boot
+++ b/arch/arm/mach-sa1100/Makefile.boot
@@ -1,5 +1,5 @@
-ifeq ($(CONFIG_ARCH_SA1100),y)
-   zreladdr-$(CONFIG_SA1111)		+= 0xc0208000
+ifeq ($(CONFIG_SA1111),y)
+   zreladdr-y	+= 0xc0208000
 else
    zreladdr-y	+= 0xc0008000
 endif
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [V3 6/6] ARM: sa1100: fix build error
       [not found] ` <1322627186-32345-7-git-send-email-jtzhou@marvell.com>
@ 2011-11-30  4:37   ` Haojian Zhuang
  0 siblings, 0 replies; 2+ messages in thread
From: Haojian Zhuang @ 2011-11-30  4:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 30, 2011 at 12:26 PM, Jett.Zhou <jtzhou@marvell.com> wrote:
> arm-eabi-4.4.3-ld:--defsym zreladdr=: syntax error
> make[2]: *** [arch/arm/boot/compressed/vmlinux] Error 1
> make[1]: *** [arch/arm/boot/compressed/vmlinux] Error 2
> make: *** [uImage] Error 2
>
> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
> Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
> ---
> ?arch/arm/mach-sa1100/Makefile.boot | ? ?4 ++--
> ?1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-sa1100/Makefile.boot b/arch/arm/mach-sa1100/Makefile.boot
> index 5a616f6..f7951aa 100644
> --- a/arch/arm/mach-sa1100/Makefile.boot
> +++ b/arch/arm/mach-sa1100/Makefile.boot
> @@ -1,5 +1,5 @@
> -ifeq ($(CONFIG_ARCH_SA1100),y)
> - ? zreladdr-$(CONFIG_SA1111) ? ? ? ? ? += 0xc0208000
> +ifeq ($(CONFIG_SA1111),y)
> + ? zreladdr-y ?+= 0xc0208000
> ?else
> ? ?zreladdr-y ?+= 0xc0008000
> ?endif
> --
> 1.7.0.4
>

Loop Russell

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-30  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-30  6:32 [V3 6/6] ARM: sa1100: fix build error Jett.Zhou
  -- strict thread matches above, loose matches on Subject: below --
2011-11-30  4:26 [V3 0/6] rtc-sa1100 clean up Jett.Zhou
     [not found] ` <1322627186-32345-7-git-send-email-jtzhou@marvell.com>
2011-11-30  4:37   ` [V3 6/6] ARM: sa1100: fix build error Haojian Zhuang

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.