blob: 10583150fdca12acaf066bc875fd4aa3d77c8cda [file] [log] [blame]
#!/bin/bash
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
modify_kernel_command_line() {
# Load GuC and HuC firmware
echo "i915.enable_guc=2" >> "$1"
}