diff options
author | Simon Glass <sjg@chromium.org> | 2016-03-11 22:06:57 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-03-17 10:27:24 +0800 |
commit | 8c30b571303fffd06615aeeb3143112c7bb00f2a (patch) | |
tree | 7ffc848c9a8be9d17e408d0e63531d8b73b9d381 /arch/x86/include/asm/arch-ivybridge | |
parent | bb096b9fad65696798ffd1637b30d9cc7951e70c (diff) | |
download | u-boot-imx-8c30b571303fffd06615aeeb3143112c7bb00f2a.zip u-boot-imx-8c30b571303fffd06615aeeb3143112c7bb00f2a.tar.gz u-boot-imx-8c30b571303fffd06615aeeb3143112c7bb00f2a.tar.bz2 |
x86: Move common LPC code to its own place
Some of the LPC code is common to several Intel LPC devices. Move it into a
common location.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/arch-ivybridge')
-rw-r--r-- | arch/x86/include/asm/arch-ivybridge/pch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/pch.h b/arch/x86/include/asm/arch-ivybridge/pch.h index 628b517..f96dc2b 100644 --- a/arch/x86/include/asm/arch-ivybridge/pch.h +++ b/arch/x86/include/asm/arch-ivybridge/pch.h @@ -211,8 +211,6 @@ #define SMBUS_TIMEOUT (10 * 1000 * 100) -#define PCH_RCBA_BASE 0xf0 - #define VCH 0x0000 /* 32bit */ #define VCAP1 0x0004 /* 32bit */ #define VCAP2 0x0008 /* 32bit */ |