diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-04 11:06:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-04 11:06:14 -0400 |
commit | 425fefa9a36ca729b5088ca5381f63f8d95a2f8e (patch) | |
tree | bd28f2e66bb63fc8a17b65670457a9c958de205c /arch/x86/cpu/x86_64/cpu.c | |
parent | a1f5f4ac20c0947afda93f9b906facfbee2708fe (diff) | |
parent | 538437ed39e01b7ecfa79669982fe7db51fb2e1b (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
- Support 64-bit U-Boot as the payload for coreboot x86
Diffstat (limited to 'arch/x86/cpu/x86_64/cpu.c')
-rw-r--r-- | arch/x86/cpu/x86_64/cpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/cpu/x86_64/cpu.c b/arch/x86/cpu/x86_64/cpu.c index 90925e46ea..4b64339f25 100644 --- a/arch/x86/cpu/x86_64/cpu.c +++ b/arch/x86/cpu/x86_64/cpu.c @@ -53,6 +53,7 @@ int misc_init_r(void) return 0; } +#ifndef CONFIG_SYS_COREBOOT int checkcpu(void) { return 0; @@ -62,6 +63,7 @@ int print_cpuinfo(void) { return 0; } +#endif int x86_cpu_reinit_f(void) { |