diff options
author | Keith Hui <buurin@gmail.com> | 2020-05-07 14:58:03 -0400 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-06 07:11:39 +0000 |
commit | eba1d555dae25059e787b0d073b00de87cdcf987 (patch) | |
tree | 0d158e8ae6f293ce6bd0dfd19f63203c116cf10b /src/northbridge/intel/i440bx | |
parent | b29cc1aaf0497e8f1e82b66cc59e941abd2a4af0 (diff) |
nb/intel/i440bx: Enable bootblock console
Change-Id: Ie59593d3e3e0c455ffd3813980d1c2fe801c3c18
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41461
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/i440bx')
-rw-r--r-- | src/northbridge/intel/i440bx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/i440bx/Kconfig b/src/northbridge/intel/i440bx/Kconfig index 0e612853b1..ff8e2ae729 100644 --- a/src/northbridge/intel/i440bx/Kconfig +++ b/src/northbridge/intel/i440bx/Kconfig @@ -4,7 +4,6 @@ config NORTHBRIDGE_INTEL_I440BX bool select NO_MMCONF_SUPPORT select HAVE_DEBUG_RAM_SETUP - select NO_BOOTBLOCK_CONSOLE select NO_CBFS_MCACHE config SDRAMPWR_4DIMM |