blob: 0ab9f761e2aa79c83fdbdad1965fe4360e7207d6 [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() {
# Enable GuC loading
echo "i915.enable_guc=2" >> "$1"
}