diff options
| author | Simon Glass <[email protected]> | 2016-03-11 22:07:01 -0700 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2016-03-17 10:27:24 +0800 |
| commit | b70e742d16d7c95d607fa5caf8b6471c259016a4 (patch) | |
| tree | 73c00d6195f1c309232b3c2721c7d3ebe5309b00 | |
| parent | 8b900a417527d9ad94dc4aab2c9d6717bdc50b33 (diff) | |
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
| -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 c395d533715..8e0f668f0b3 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 |
