From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sun, 06 Jul 2008 12:17:32 +0900 Subject: [U-Boot-Users] [MIPS] Convert CPU type name into CONFIG_CPU_* In-Reply-To: <20080705223202.57AD0248DE@gemini.denx.de> References: <20080705223202.57AD0248DE@gemini.denx.de> Message-ID: <4870394C.80809@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <4840E304.7090702@ruby.dti.ne.jp> you wrote: >>> Well, yes - if it's for compiler/assembler options only, then the >>> board config file is not the correct place for this. >> I don't think so because 1) CPU type is not board-dependent, and 2) the >> board config file is not board-specific file, but system config file. >> CPU type is reasonably one of system configuration, IMO. > > I cannot follow you here. Especially I have no idea what you mean by > "system config file". > > To make sure we use the same terms: THe "board config file" is the > board specific header file "include/configs/.h". This file > is definitely NOT the correct place to tweak compiler and/or assembler > options (not to mention that I don't see how this would be done). > > I _guess_ you might be referring to the cpu/*/config.mk files, but > then the term "_board_ config file" is wrong. Sorry for confusion. I see all the aboves. >> P.S. I decided to defer this patch due to some reason. That's another >> story and will inform the list later. > > Since I haven't heard again about this I assume this is for the next > merge window (or even later). Is this assumption correct, Correct. Shinya