public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
@ 2007-10-30 17:18 Shinya Kuribayashi
  2007-10-31  2:09 ` Mike Frysinger
  2007-11-03 21:47 ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: Shinya Kuribayashi @ 2007-10-30 17:18 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
---

 blackfin_config.mk |    2 +-
 config.mk          |    4 ----
 2 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/blackfin_config.mk b/blackfin_config.mk
index df324b7..f71a313 100644
--- a/blackfin_config.mk
+++ b/blackfin_config.mk
@@ -21,4 +21,4 @@
 # MA 02111-1307 USA
 #
 
-PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN
+PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN -D__BLACKFIN__
diff --git a/config.mk b/config.mk
index 35e2963..f1edb40 100644
--- a/config.mk
+++ b/config.mk
@@ -60,10 +60,6 @@ PLATFORM_CPPFLAGS+= -D__PPC__
 endif
 endif
 
-ifeq ($(ARCH),blackfin)
-PLATFORM_CPPFLAGS+= -D__BLACKFIN__
-endif
-
 ifdef	ARCH
 sinclude $(TOPDIR)/$(ARCH)_config.mk	# include architecture dependend rules
 endif

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

* [U-Boot-Users] [PATCH] blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
  2007-10-30 17:18 [U-Boot-Users] [PATCH] blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk Shinya Kuribayashi
@ 2007-10-31  2:09 ` Mike Frysinger
  2007-11-03 21:47 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2007-10-31  2:09 UTC (permalink / raw)
  To: u-boot

On Tuesday 30 October 2007, Shinya Kuribayashi wrote:
> Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>

i simply deleted this and changed all occurrences to use CONFIG_BLACKFIN ... 
having two defines that do the same thing is silly
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20071030/4ae863fa/attachment.pgp 

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

* [U-Boot-Users] [PATCH] blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
  2007-10-30 17:18 [U-Boot-Users] [PATCH] blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk Shinya Kuribayashi
  2007-10-31  2:09 ` Mike Frysinger
@ 2007-11-03 21:47 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2007-11-03 21:47 UTC (permalink / raw)
  To: u-boot

In message <47276757.5090702@ruby.dti.ne.jp> you wrote:
> Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
> ---
> 
>  blackfin_config.mk |    2 +-
>  config.mk          |    4 ----
>  2 files changed, 1 insertions(+), 5 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"There was no difference between  the  behavior  of  a  god  and  the
operations of pure chance..."   - Thomas Pynchon, _Gravity's Rainbow_

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

end of thread, other threads:[~2007-11-03 21:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 17:18 [U-Boot-Users] [PATCH] blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk Shinya Kuribayashi
2007-10-31  2:09 ` Mike Frysinger
2007-11-03 21:47 ` Wolfgang Denk

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