From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sat, 08 Mar 2008 02:03:02 +0100 Subject: [U-Boot-Users] [PATCH] mpc83xx: make dtb basename file references equal those of linux In-Reply-To: Your message of "Fri, 07 Mar 2008 14:28:32 CST." <20080307142832.7d317b31.kim.phillips@freescale.com> Message-ID: <20080308010302.2D958247AF@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 In message <20080307142832.7d317b31.kim.phillips@freescale.com> you wrote: > > but these are the filenames in linux' device tree directory - > arch/powerpc/boot/dts, and I'm assuming people do something sane like > dtc -I $file.dts -O $file.dtb. Argh... what a mess. > are you suggesting we rename u-boot's config files too? Well, my personal preference is to have the official board name and the related file names match as closely as possible, probabl;y just using lowercase letters for the files. I don't think it's exactly intuitive to have a board named "mpc832xemds" and the related files use "mpc832x_mds". That looks awfully broken to me. At the momnt, the U-Boot code looks OK, so if you do it differently in Linux, you should fix it there. Just my $ 0.02 (well, I think I should say $ 0.03 given current exchange rates ;-). 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 In a survey taken several years ago, all incoming freshmen at MIT were asked if they expected to graduate in the top half of their class. Ninety-seven percent responded that they did.