summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/pci.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-17 23:11:13 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 04:07:19 (GMT)
commit858361b174ca44cd3ae3bfd87fcd33bcfeb31188 (patch)
treec3a00164b097de4f8f1cb9e149397023a4bf194e /arch/x86/cpu/ivybridge/pci.c
parentfe40bd4d8f62637aac0d2b3e6195d56dc96b1342 (diff)
downloadu-boot-858361b174ca44cd3ae3bfd87fcd33bcfeb31188.tar.xz
x86: ivybridge: Rename bd82x6x_init()
Rename the existing bd82x6x_init() to bd82x6x_init_extra(). We will remove this in a later patch. 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/pci.c b/arch/x86/cpu/ivybridge/pci.c
index 5e90f30..8af99b4 100644
--- a/arch/x86/cpu/ivybridge/pci.c
+++ b/arch/x86/cpu/ivybridge/pci.c
@@ -26,7 +26,7 @@ static int pci_ivybridge_probe(struct udevice *bus)
if (!(gd->flags & GD_FLG_RELOC))
return 0;
post_code(0x50);
- bd82x6x_init();
+ bd82x6x_init_extra();
post_code(0x51);
reg16 = 0xff;