summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-11 22:07:01 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:24 +0800
commitb70e742d16d7c95d607fa5caf8b6471c259016a4 (patch)
tree73c00d6195f1c309232b3c2721c7d3ebe5309b00 /arch
parent8b900a417527d9ad94dc4aab2c9d6717bdc50b33 (diff)
downloadtalos-obmc-uboot-b70e742d16d7c95d607fa5caf8b6471c259016a4.tar.gz
talos-obmc-uboot-b70e742d16d7c95d607fa5caf8b6471c259016a4.zip
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.h2
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 c395d53371..8e0f668f0b 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
OpenPOWER on IntegriCloud