[U-Boot] [PATCH v2 48/55] x86: ivybridge: Move code from pch.c to bd82x6x.c
Bin Meng
bmeng.cn at gmail.com
Thu Jan 21 09:02:38 CET 2016
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
> This code relates to the PCH, so we should move it into the same file.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
> arch/x86/cpu/ivybridge/Makefile | 1 -
> arch/x86/cpu/ivybridge/bd82x6x.c | 129 ++++++++++++++++++++++++++++++
> arch/x86/cpu/ivybridge/pch.c | 126 -----------------------------
> arch/x86/include/asm/arch-ivybridge/pch.h | 18 -----
> 4 files changed, 129 insertions(+), 145 deletions(-)
> delete mode 100644 arch/x86/cpu/ivybridge/pch.c
>
applied to u-boot-x86/master, thanks!
More information about the U-Boot
mailing list