summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/pci.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-17 23:11:36 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 04:09:40 (GMT)
commit82935b751b435cd1b6b7f38967121fc830717dd1 (patch)
tree984a667b51e9a5535c700900de7b58bf1afad297 /arch/x86/cpu/ivybridge/pci.c
parentd46f2a68e64b14a54a120a4bab0781f8e11f07dd (diff)
downloadu-boot-82935b751b435cd1b6b7f38967121fc830717dd1.tar.xz
x86: ivybridge: Drop the unused bd82x6x_init_extra()
This function does nothing now so can be dropped. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/ivybridge/pci.c')
-rw-r--r--arch/x86/cpu/ivybridge/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/pci.c b/arch/x86/cpu/ivybridge/pci.c
index b081469..5195002 100644
--- a/arch/x86/cpu/ivybridge/pci.c
+++ b/arch/x86/cpu/ivybridge/pci.c
@@ -22,7 +22,6 @@ static int pci_ivybridge_probe(struct udevice *bus)
if (!(gd->flags & GD_FLG_RELOC))
return 0;
post_code(0x50);
- bd82x6x_init_extra();
post_code(0x51);
return 0;