Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hooks: add force_turbo to PI_CONFIG_KEYS #102

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion hooks/configure
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ PI_CONFIG_KEYS="disable_overscan framebuffer_width framebuffer_height
framebuffer_depth framebuffer_ignore_alpha overscan_left overscan_right
overscan_top overscan_bottom overscan_scale display_rotate hdmi_group
hdmi_mode hdmi_drive avoid_warnings gpu_mem_256 gpu_mem_512 gpu_mem
sdtv_aspect config_hdmi_boost hdmi_force_hotplug"
sdtv_aspect config_hdmi_boost hdmi_force_hotplug force_turbo"
PI_CONFIG="${TEST_UBOOT_CONFIG:-/boot/uboot/config.txt}"
if [ -f "$PI_CONFIG" ]; then
for key in $PI_CONFIG_KEYS; do
Expand Down