From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 21 Feb 2011 13:46:12 +0100 Subject: [U-Boot] [PATCH 1/1] MX5:MX53: support for freescale MX53LOCO board In-Reply-To: <1298283316-3443-1-git-send-email-r64343@freescale.com> References: <1298283316-3443-1-git-send-email-r64343@freescale.com> Message-ID: <4D625E94.7040105@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 On 02/21/2011 11:15 AM, Jason Liu wrote: Hi Jason, > +######################################################################### > diff --git a/board/freescale/mx53loco/config.mk b/board/freescale/mx53loco/config.mk > new file mode 100644 > index 0000000..ec0c66c 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. I have already sent changes for imx51evk, as example for the imx5 boards. However, I sent them when window was already closed, and I merged them on the next branch of u-boot-imx. You will find these patches in archive also as: [PATCH 1/2] Makefile: change rule to build IMX image [PATCH 2/2] MX51: drop config.mk from mx51evk You can take a look at them to see how to drop the config.mk file. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================