diff options
author | Simon Glass <sjg@chromium.org> | 2016-03-11 22:07:01 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-03-17 10:27:24 +0800 |
commit | b70e742d16d7c95d607fa5caf8b6471c259016a4 (patch) | |
tree | 73c00d6195f1c309232b3c2721c7d3ebe5309b00 /arch | |
parent | 8b900a417527d9ad94dc4aab2c9d6717bdc50b33 (diff) | |
download | u-boot-imx-b70e742d16d7c95d607fa5caf8b6471c259016a4.zip u-boot-imx-b70e742d16d7c95d607fa5caf8b6471c259016a4.tar.gz u-boot-imx-b70e742d16d7c95d607fa5caf8b6471c259016a4.tar.bz2 |
x86: ivybridge: Drop sandybridge_early_init()
This function was removed in the previous clean-up. Drop it from the header
file also.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/arch-ivybridge/sandybridge.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/sandybridge.h b/arch/x86/include/asm/arch-ivybridge/sandybridge.h index c395d53..8e0f668 100644 --- a/arch/x86/include/asm/arch-ivybridge/sandybridge.h +++ b/arch/x86/include/asm/arch-ivybridge/sandybridge.h @@ -113,6 +113,4 @@ */ int bridge_silicon_revision(struct udevice *dev); -void sandybridge_early_init(int chipset_type); - #endif |