diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-20 19:58:27 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-21 22:08:04 +0000 |
commit | 5ad4dabfa1b508d59557eb6b00b6841625caeb54 (patch) | |
tree | 9524356822d84ef8282f55a2c0da54d2e3d73a0c /configs/config.purism_librem15_v4_stm | |
parent | d4fb4071584d78e65f63eb03e5331f86f848be6f (diff) |
configs/config.stm: Correct config file name
Otherwise, Jenkins doesn't pick up the file, and STM doesn't get
build-tested.
Change-Id: I7cf23c8352f82b2672c7ff25efba0057b8e059cd
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43611
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eugene Myers <cedarhouse1@comcast.net>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Diffstat (limited to 'configs/config.purism_librem15_v4_stm')
-rw-r--r-- | configs/config.purism_librem15_v4_stm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/config.purism_librem15_v4_stm b/configs/config.purism_librem15_v4_stm new file mode 100644 index 0000000000..59792b2fa5 --- /dev/null +++ b/configs/config.purism_librem15_v4_stm @@ -0,0 +1,4 @@ +CONFIG_VENDOR_PURISM=y +CONFIG_BOARD_PURISM_LIBREM15_V4=y +CONFIG_STM=y +CONFIG_IED_REGION_SIZE=0 |