diff options
author | Shuo Liu <shuo.liu@intel.com> | 2024-05-22 19:49:12 +0800 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-09-13 11:14:56 +0000 |
commit | 4725e57a958a2ffe6aff7eb4f41b196d66f9af00 (patch) | |
tree | 43010d67555cae1840c97b4a71c3842a004b924b /configs | |
parent | 332c3b27d250b16b4a2844f228459d8f0dc5b35c (diff) |
configs: Disable graphics on intel/archercity CRB
Change-Id: Ic78190a6bff233388bf52fdbb94fa3d7812010f2
Signed-off-by: Shuo Liu <shuo.liu@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84320
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/builder/config.intel.crb.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/builder/config.intel.crb.ac b/configs/builder/config.intel.crb.ac index d2db58dd0d..73e2eea06f 100644 --- a/configs/builder/config.intel.crb.ac +++ b/configs/builder/config.intel.crb.ac @@ -21,3 +21,4 @@ CONFIG_IFD_BIN_PATH="site-local/archercity/descriptor.bin" CONFIG_ME_BIN_PATH="site-local/archercity/me.bin" CONFIG_CPU_UCODE_BINARIES="site-local/archercity/mbf806f8.mcb" CONFIG_VALIDATE_INTEL_DESCRIPTOR=y +CONFIG_NO_GFX_INIT=y |