Skip to content

Commit eeae2c6

Browse files
committed
Revert "T440p/W541: increase flash debug to almost maximum 0x410000"
This reverts commit ab04f70. Signed-off-by: gaspar-ilom <[email protected]>
1 parent ab04f70 commit eeae2c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/coreboot-t440p.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ CONFIG_SQUELCH_EARLY_SMP=y
604604
CONFIG_CONSOLE_CBMEM=y
605605
# CONFIG_CONSOLE_CBMEM_DUMP_TO_UART is not set
606606
CONFIG_CONSOLE_SPI_FLASH=y
607-
CONFIG_CONSOLE_SPI_FLASH_BUFFER_SIZE=0x410000
607+
CONFIG_CONSOLE_SPI_FLASH_BUFFER_SIZE=0x20000
608608
# CONFIG_CONSOLE_I2C_SMBUS is not set
609609
# CONFIG_EM100PRO_SPI_CONSOLE is not set
610610
# CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8 is not set

config/coreboot-w541.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ CONFIG_SQUELCH_EARLY_SMP=y
603603
CONFIG_CONSOLE_CBMEM=y
604604
# CONFIG_CONSOLE_CBMEM_DUMP_TO_UART is not set
605605
CONFIG_CONSOLE_SPI_FLASH=y
606-
CONFIG_CONSOLE_SPI_FLASH_BUFFER_SIZE=0x410000
606+
CONFIG_CONSOLE_SPI_FLASH_BUFFER_SIZE=0x20000
607607
# CONFIG_CONSOLE_I2C_SMBUS is not set
608608
# CONFIG_EM100PRO_SPI_CONSOLE is not set
609609
# CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8 is not set

0 commit comments

Comments
 (0)