projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b900a4
)
x86: ivybridge: Drop sandybridge_early_init()
author
Simon Glass
<sjg@chromium.org>
Sat, 12 Mar 2016 05:07:01 +0000
(22:07 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:24 +0000
(10:27 +0800)
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>
arch/x86/include/asm/arch-ivybridge/sandybridge.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/arch-ivybridge/sandybridge.h
b/arch/x86/include/asm/arch-ivybridge/sandybridge.h
index c395d533715a1b168068d5ff981d96d2a0b5f96e..8e0f668f0b3b0646708900207e27ed3e6c227214 100644
(file)
--- 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