Re: [PATCH] Determine the linux loader command at runtime

2014-01-31 Thread Colin Watson
On Thu, Jan 30, 2014 at 09:24:42AM +0100, Lubomir Rintel wrote: > There are numerous ways to load Linux kernel depending on the platform > customs. > Pick the correct one at runtime, so that legacy platform interfaces don't > break > and newer platforms use their native ways of bootstrapping Linu

[PATCH] Determine the linux loader command at runtime

2014-01-30 Thread Lubomir Rintel
There are numerous ways to load Linux kernel depending on the platform customs. Pick the correct one at runtime, so that legacy platform interfaces don't break and newer platforms use their native ways of bootstrapping Linux. Originally from Vladimir Serbinenko , slightly modified. --- ChangeLog