[U-Boot] [PATCH v2 22/55] x86: ivybridge: Move early init code into northbridge.c
Bin Meng
bmeng.cn at gmail.com
Thu Jan 21 09:00:33 CET 2016
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
> This code is now part of the northbridge driver, so move it into the same
> place.
>
> 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/early_init.c | 81 ------------------------------------
> arch/x86/cpu/ivybridge/northbridge.c | 67 +++++++++++++++++++++++++++++
> 3 files changed, 67 insertions(+), 82 deletions(-)
> delete mode 100644 arch/x86/cpu/ivybridge/early_init.c
>
applied to u-boot-x86/master, thanks!
More information about the U-Boot
mailing list