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/coreboot/Kconfig | |
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/coreboot/Kconfig')
-rw-r--r-- | arch/x86/cpu/coreboot/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/coreboot/Kconfig b/arch/x86/cpu/coreboot/Kconfig index c8e6a889d0..497d6284ac 100644 --- a/arch/x86/cpu/coreboot/Kconfig +++ b/arch/x86/cpu/coreboot/Kconfig @@ -25,5 +25,6 @@ config SYS_COREBOOT imply FS_CBFS imply CBMEM_CONSOLE imply X86_TSC_READ_BASE + select BINMAN if X86_64 endif |