diff options
author | Youness Alaoui <youness.alaoui@puri.sm> | 2017-07-25 14:11:31 -0400 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-22 01:58:16 +0000 |
commit | c25c9988880bf7a3343419f0bc9cf782d8932c26 (patch) | |
tree | 3363d94e497431a2fcf990acbd958b2c72c532e7 /src/mainboard | |
parent | a8b35be75e51b35c52ea8f427155cb98aeecfc61 (diff) | |
download | coreboot-c25c9988880bf7a3343419f0bc9cf782d8932c26.tar.xz |
purism/librem13v2: Update microcode length in CBFS
Microcode blob has been updated, so update the length to match
Change-Id: I46ac10e5c6cd6492c98a7034649797f301101abc
Signed-off-by: Youness Alaoui <youness.alaoui@puri.sm>
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/22044
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/purism/librem13v2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig index bdb294da8d..8522797f6e 100644 --- a/src/mainboard/purism/librem13v2/Kconfig +++ b/src/mainboard/purism/librem13v2/Kconfig @@ -54,7 +54,7 @@ config DIMM_SPD_SIZE config CPU_MICROCODE_CBFS_LEN hex - default 0x17800 + default 0x18000 config CPU_MICROCODE_CBFS_LOC hex |