commit | 846d08ec226eee310d7de41289bb622393d48ebb | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@chromium.org> | Sat Oct 20 12:33:10 2012 +0000 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 30 13:44:04 2012 -0800 |
tree | 6bc68555f3864ae0fdd89b4a6aba728264d38466 | |
parent | fb9caafc7b538b274d1d7d7dd383d64f87daa577 [diff] |
x86: Add a default implementation for cleanup_before_linux() 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 basis. Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>