Re: [U-Boot] [PATCH] x86: Add a default implementation for cleanup_before_linux.

2011-12-05 Thread Gabe Black
On Mon, Dec 5, 2011 at 9:04 PM, Graeme Russ wrote: > Hi Gabe, > > On Tue, Dec 6, 2011 at 12:55 PM, Gabe Black > wrote: > > This function provides an opportunity for some last minute cleanup and > > reconfiguration before control is handed over to Linux. It's possible > this > > may need to do so

Re: [U-Boot] [PATCH] x86: Add a default implementation for cleanup_before_linux.

2011-12-05 Thread Graeme Russ
Hi Gabe, On Tue, Dec 6, 2011 at 12:55 PM, Gabe Black wrote: > This function provides an opportunity for some last minute cleanup and > reconfiguration before control is handed over to Linux. It's possible this > may need to do something in the future, but for now it's left empty. It's set > up as

[U-Boot] [PATCH] x86: Add a default implementation for cleanup_before_linux.

2011-12-05 Thread Gabe Black
This function provides an opportunity for some last minute cleanup and reconfiguration before control is handed over to Linux. It's possible this may need to do something in the future, but for now it's left empty. It's set up as a weak symbol so it can be overridden if necessary on a case by case