diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-17 16:11:53 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-24 12:09:41 +0800 |
commit | a5ea3a7d4a29f4251c032385f89ef7776f081be8 (patch) | |
tree | 83eba6bc1e553e52b47698a1b76e382026717684 /arch/x86/cpu/ivybridge/Makefile | |
parent | 9434c7a35d0c7b56352a761850bbf2aa48c771b0 (diff) | |
download | u-boot-a5ea3a7d4a29f4251c032385f89ef7776f081be8.tar.gz u-boot-a5ea3a7d4a29f4251c032385f89ef7776f081be8.tar.xz u-boot-a5ea3a7d4a29f4251c032385f89ef7776f081be8.zip |
x86: ivybridge: Move code from pch.c to bd82x6x.c
This code relates to the PCH, so we should move it into the same file.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/ivybridge/Makefile')
-rw-r--r-- | arch/x86/cpu/ivybridge/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile index 259a5df45e..7007d5f71e 100644 --- a/arch/x86/cpu/ivybridge/Makefile +++ b/arch/x86/cpu/ivybridge/Makefile @@ -14,7 +14,6 @@ obj-y += me_status.o obj-y += model_206ax.o obj-y += microcode_intel.o obj-y += northbridge.o -obj-y += pch.o obj-y += report_platform.o obj-y += sata.o obj-y += sdram.o |