From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 07 Mar 2008 14:27:48 -0600 Subject: [U-Boot-Users] [PATCH] mpc83xx: make dtb basename file references equal those of linux In-Reply-To: <20080307193831.47D9E247B3@gemini.denx.de> References: <20080307193831.47D9E247B3@gemini.denx.de> Message-ID: <47D1A544.1050701@freescale.com> 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: >> - "fdtfile=mpc832xemds.dtb\0" \ >> + "fdtfile=mpc832x_mds.dtb\0" \ > > I don't think this is a good idea. File names and board config names > should match as far as possible, and here is no good reason to > deviate from this rule. But the DTS files have already been renamed. The DTS for the MPC832xE-MDS is called mpc832x_mds.dts, so the DTB is going to be called mpc832x_mds.dtb. Would you prefer that Kim also renamed MPC832XEMDS.h to MPC832X_MDS.h, as well as change the Makefile? -- Timur Tabi Linux kernel developer at Freescale