]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
x86: Add a default implementation for cleanup_before_linux()
authorGabe Black <gabeblack@chromium.org>
Sat, 20 Oct 2012 12:33:10 +0000 (12:33 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Nov 2012 21:44:04 +0000 (13:44 -0800)
commitf30fc4de4160300b90859958a4785c065483e69f
tree6bc68555f3864ae0fdd89b4a6aba728264d38466
parent9ad4736e32acc6bdfac4cedb0be4b2c2851ee5b7
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>
arch/x86/cpu/cpu.c
arch/x86/include/asm/u-boot-x86.h