Skip to content

Commit

Permalink
Merge pull request linuxboot#821 from tlaurion/x230_t430-CBFS_fix
Browse files Browse the repository at this point in the history
xx30 boards: fixing CONFIG_CBFS_SIZE=0x710000 for x230 and t430 boards
  • Loading branch information
tlaurion authored Sep 2, 2020
2 parents 8067efc + cde6e24 commit ef96d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/coreboot-t430.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CONFIG_ANY_TOOLCHAIN=y
CONFIG_USE_BLOBS=y
CONFIG_MEASURED_BOOT=y
CONFIG_VENDOR_LENOVO=y
CONFIG_CBFS_SIZE=0x800000
CONFIG_CBFS_SIZE=0x710000
# CONFIG_POST_IO is not set
# CONFIG_POST_DEVICE is not set
CONFIG_DRIVERS_UART_8250IO=y
Expand Down
2 changes: 1 addition & 1 deletion config/coreboot-x230.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CONFIG_ANY_TOOLCHAIN=y
CONFIG_USE_BLOBS=y
CONFIG_MEASURED_BOOT=y
CONFIG_VENDOR_LENOVO=y
CONFIG_CBFS_SIZE=0x700000
CONFIG_CBFS_SIZE=0x710000
# CONFIG_POST_IO is not set
# CONFIG_POST_DEVICE is not set
CONFIG_DRIVERS_UART_8250IO=y
Expand Down

0 comments on commit ef96d64

Please sign in to comment.