public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 4/7] SPL: ARM: spear: Remove some objects from SPL build
@ 2012-05-08  7:30 Stefan Roese
  2012-05-09  9:30 ` Amit Virdi
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Roese @ 2012-05-08  7:30 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Amit Virdi <amit.virdi@st.com>
Cc: Vipin Kumar <vipin.kumar@st.com>
---
 board/spear/common/Makefile   |    2 ++
 board/spear/spear600/Makefile |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/board/spear/common/Makefile b/board/spear/common/Makefile
index 11f81e4..5c66c3f 100644
--- a/board/spear/common/Makefile
+++ b/board/spear/common/Makefile
@@ -29,8 +29,10 @@ endif
 
 LIB	= $(obj)lib$(VENDOR).o
 
+ifndef CONFIG_SPL_BUILD
 COBJS	:= spr_misc.o
 SOBJS	:= spr_lowlevel_init.o
+endif
 
 SRCS	:= $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS	:= $(addprefix $(obj),$(COBJS))
diff --git a/board/spear/spear600/Makefile b/board/spear/spear600/Makefile
index e2bd5ab..ee66fc6 100644
--- a/board/spear/spear600/Makefile
+++ b/board/spear/spear600/Makefile
@@ -25,7 +25,9 @@ include $(TOPDIR)/config.mk
 
 LIB	= $(obj)lib$(BOARD).o
 
+ifndef CONFIG_SPL_BUILD
 COBJS	:= spear600.o
+endif
 SOBJS	:=
 
 SRCS	:= $(SOBJS:.o=.S) $(COBJS:.o=.c)
-- 
1.7.10.1

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

* [U-Boot] [PATCH 4/7] SPL: ARM: spear: Remove some objects from SPL build
  2012-05-08  7:30 [U-Boot] [PATCH 4/7] SPL: ARM: spear: Remove some objects from SPL build Stefan Roese
@ 2012-05-09  9:30 ` Amit Virdi
  0 siblings, 0 replies; 2+ messages in thread
From: Amit Virdi @ 2012-05-09  9:30 UTC (permalink / raw)
  To: u-boot

Stefan,

On 5/8/2012 1:00 PM, Stefan Roese wrote:
> Signed-off-by: Stefan Roese<sr@denx.de>
> Cc: Amit Virdi<amit.virdi@st.com>
> Cc: Vipin Kumar<vipin.kumar@st.com>
> ---
>   board/spear/common/Makefile   |    2 ++
>   board/spear/spear600/Makefile |    2 ++
>   2 files changed, 4 insertions(+)
>
> diff --git a/board/spear/common/Makefile b/board/spear/common/Makefile
> index 11f81e4..5c66c3f 100644
> --- a/board/spear/common/Makefile
> +++ b/board/spear/common/Makefile
> @@ -29,8 +29,10 @@ endif
>
>   LIB	= $(obj)lib$(VENDOR).o
>
> +ifndef CONFIG_SPL_BUILD
>   COBJS	:= spr_misc.o
>   SOBJS	:= spr_lowlevel_init.o
> +endif
>
>   SRCS	:= $(SOBJS:.o=.S) $(COBJS:.o=.c)
>   OBJS	:= $(addprefix $(obj),$(COBJS))
> diff --git a/board/spear/spear600/Makefile b/board/spear/spear600/Makefile
> index e2bd5ab..ee66fc6 100644
> --- a/board/spear/spear600/Makefile
> +++ b/board/spear/spear600/Makefile
> @@ -25,7 +25,9 @@ include $(TOPDIR)/config.mk
>
>   LIB	= $(obj)lib$(BOARD).o
>
> +ifndef CONFIG_SPL_BUILD
>   COBJS	:= spear600.o
> +endif
>   SOBJS	:=
>
>   SRCS	:= $(SOBJS:.o=.S) $(COBJS:.o=.c)

Acked-by: Amit Virdi <amit.virdi@st.com>

Regards
Amit Virdi

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

end of thread, other threads:[~2012-05-09  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08  7:30 [U-Boot] [PATCH 4/7] SPL: ARM: spear: Remove some objects from SPL build Stefan Roese
2012-05-09  9:30 ` Amit Virdi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox