From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 22 Feb 2011 07:53:34 +0100 Subject: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board In-Reply-To: <2CF7613B9822A943BEF13EF7ACEC5BD114A316@039-SN1MPN1-003.039d.mgd.msft.net> References: <1298283316-3443-1-git-send-email-r64343@freescale.com> <4D625E94.7040105@denx.de> <2CF7613B9822A943BEF13EF7ACEC5BD114A316@039-SN1MPN1-003.039d.mgd.msft.net> Message-ID: <20110222065334.668CC14F034@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Liu Hui-R64343, In message <2CF7613B9822A943BEF13EF7ACEC5BD114A316@039-SN1MPN1-003.039d.mgd.msft.net> you wrote: > > >As I discovered myself, usage of config.mk is discouraged and it should be > >removed and it is not accepted anymore for new boards. Instead of that, it is > >possible to add CONFIG_ options in boards.cfg. > > OK, do you know why config.mk is discouraged? There are seeral reasons, the most prominent being 1) because it's simply not needed in 95% of all cases 2) because it's bad to distribute vital configuration information into several independent files and 3) because we're preparing the grounds for a Kconfig based setup so we want to have all config options controlled by a single mechanism (board config file). 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 All easy problems have already been solved.