diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-07-02 16:43:46 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2021-07-06 06:11:50 +0000 |
commit | 0a7193458556b556a4905a3551deb5003a57c9f9 (patch) | |
tree | 15e4e526eed3669cd589be86cfdc88751db5cfaf /configs | |
parent | d7461f1e4bd384cba87d93fe6cf336e31c5caaec (diff) | |
download | coreboot-0a7193458556b556a4905a3551deb5003a57c9f9.tar.gz coreboot-0a7193458556b556a4905a3551deb5003a57c9f9.tar.bz2 coreboot-0a7193458556b556a4905a3551deb5003a57c9f9.zip |
configs/config.foxconn_g41m: Build test with X86_64
Change-Id: I755f2037bc9368e610eb97a2633aa66da7f626b0
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56042
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config.foxconn_g41m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/config.foxconn_g41m b/configs/config.foxconn_g41m new file mode 100644 index 000000000000..f5deea5edb8a --- /dev/null +++ b/configs/config.foxconn_g41m @@ -0,0 +1,3 @@ +CONFIG_VENDOR_FOXCONN=y +CONFIG_BOARD_FOXCONN_G41M=y +CONFIG_USE_EXP_X86_64_SUPPORT=y |