public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Detlev Zundel <dzu@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1] Adding Configuration option for TQM5200S Board on Goetting
Date: Thu, 30 Jul 2009 11:26:35 +0200	[thread overview]
Message-ID: <m2iqhaed2s.fsf@ohwell.denx.de> (raw)
In-Reply-To: <20090726220243.E4657832E416@gemini.denx.de> (Wolfgang Denk's message of "Mon, 27 Jul 2009 00:02:43 +0200")

Hi Wolfgang,

> Dear Axel Beierlein,
>
> In message <1248471861-8085-1-git-send-email-beierlein@goetting.de> you wrote:
>> Signed-off-by: Axel Beierlein <beierlein@goetting.de>
>> ---
>>  Makefile                    |    7 +++++++
>>  board/tqc/tqm5200/tqm5200.c |    9 ++++++++-
>>  include/configs/TQM5200.h   |   33 ++++++++++++++++++++++++++-------
>>  3 files changed, 41 insertions(+), 8 deletions(-)
>> 
>> diff --git a/Makefile b/Makefile
>> index 2a06440..7f197dd 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -764,6 +764,7 @@ Total5200_Rev2_lowboot_config:	unconfig
>>  		}
>>  	@$(MKCONFIG) -a Total5200 ppc mpc5xxx total5200
>>  
>> +HG43630_config \
>>  cam5200_config \
>>  cam5200_niosflash_config \
>>  fo300_config \
>
> Please use a lower case board name, and keep list sorted.
>
>> @@ -808,6 +809,12 @@ TQM5200_STK100_config:	unconfig
>>  	@[ -z "$(findstring HIGHBOOT,$@)" ] || \
>>  		{ echo "TEXT_BASE = 0xFFF00000" >$(obj)board/tqm5200/config.tmp ; \
>>  		}
>> +	@[ -z "$(findstring HG43630,$@)" ] || \
>> +		{ echo "#define CONFIG_HG43630"	>>$(obj)include/config.h ; \
>> +		  echo "#define CONFIG_TQM5200S"	>>$(obj)include/config.h ; \
>> +		  echo "#define CONFIG_TQM5200_B"	>>$(obj)include/config.h ; \
>> +		  $(XECHO) "... TQM5200S on Goetting HG43630 Board" ; \
>> +		}
>>  	@$(MKCONFIG) -n $@ -a TQM5200 ppc mpc5xxx tqm5200 tqc
>
> Please don't add board specific configuration to the top level
> Makefile; do thi sin your board config file instead.

Can you explain what you want to see here?  The board is based on a
tqm5200 module, so he actually does not want to copy his own config
file.  Personally I think this solution to be ok, can you explain what
you don't like about it?

Cheers
  Detlev

-- 
The success of PCs is in large part due to the fact that, by making all
hardware equivalent, good software enabled bad hardware. (Ugly)
                                    -- Rob Pike
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

  reply	other threads:[~2009-07-30  9:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-24 21:44 [U-Boot] [PATCH 1/1] Adding Configuration option for TQM5200S Board on Goetting Axel Beierlein
2009-07-26 22:02 ` Wolfgang Denk
2009-07-30  9:26   ` Detlev Zundel [this message]
2009-08-09 20:44     ` Wolfgang Denk

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=m2iqhaed2s.fsf@ohwell.denx.de \
    --to=dzu@denx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox