diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-08 15:31:49 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-01-09 06:20:04 +0000 |
commit | 890117b88066f5b5d8191255f28bc22bb758944a (patch) | |
tree | 6b6ffb6bdf987ef884d1ac6e4d55b02ab48e3f1a | |
parent | d7fc0688e526fcdf2107a05171b1846dde3b3edb (diff) |
configs: Build x201 for 64bit
This now also tests a lot of debug code on 64bit.
Change-Id: Iea3d5b8926fd8300c9daba0bc6dac91b9e55cdd6
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69390
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
-rw-r--r-- | configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi b/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi index a75d91a32d..63becd7583 100644 --- a/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi +++ b/configs/config.lenovo_x201_all_debug_option_table_bt_on_wifi @@ -10,3 +10,4 @@ CONFIG_DEBUG_MALLOC=y CONFIG_DEBUG_SPI_FLASH=y CONFIG_DEBUG_BOOT_STATE=y CONFIG_DEBUG_ADA_CODE=y +CONFIG_USE_EXP_X86_64_SUPPORT=y |