
15 Jan
2008
15 Jan
'08
12:02 p.m.
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.