From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marian Balakowicz Date: Tue, 15 Jan 2008 12:02:43 +0100 Subject: [U-Boot-Users] [PATCH 03/13] [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c In-Reply-To: <20080112010807.722C82492E@gemini.denx.de> References: <20080112010807.722C82492E@gemini.denx.de> Message-ID: <478C92D3.8070701@semihalf.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: > In message <20080111142831.8025.30799.stgit@hekate.izotz.org> you wrote: >> PPC implementation of do_bootm_linux() routine is moved to >> a dedicated file lib_ppc/ppc_linux.c > > This is a bad name. "bootm" is more than just booting Linux images. > > The ARM port did this wrong, and many others copied the error. Now > let's take the opportunity and clean this up instead of making it > worse. > > Please neame this lib_ppc/bootm.c or similar (ditto for the other > architectures). I see, naming seemed arbitrary, but I did not know the full story. I'll rename all related files. Cheers, m.