mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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>
This commit is contained in:
parent
8b900a4175
commit
b70e742d16
1 changed files with 0 additions and 2 deletions
|
@ -113,6 +113,4 @@
|
|||
*/
|
||||
int bridge_silicon_revision(struct udevice *dev);
|
||||
|
||||
void sandybridge_early_init(int chipset_type);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue