Skip to content

Commit

Permalink
mb/system76/rpl: Fix typo
Browse files Browse the repository at this point in the history
Change-Id: I9e421023dbd8b30af9c968ca5b78d6e7f803f297
Fixes: c70505f ("mb/system76/rpl: addw4: Set dynamic boost values")
Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd committed Feb 28, 2024
1 parent c70505f commit 2c8c5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainboard/system76/rpl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ config DRIVERS_GFX_NVIDIA_BRIDGE

config DRIVERS_GFX_NVIDIA_DYNAMIC_BOOST_TPP
default 45 if BOARD_SYSTEM76_ORYP11
default 55 if BOARD_SYSTEM76_ADDW3 || BOARD_SYSTEM76_ADD4 || BOARD_SYSTEM76_GAZE18 || BOARD_SYSTEM76_SERW13
default 55 if BOARD_SYSTEM76_ADDW3 || BOARD_SYSTEM76_ADDW4 || BOARD_SYSTEM76_GAZE18 || BOARD_SYSTEM76_SERW13
default 80 if BOARD_SYSTEM76_BONW15

config DRIVERS_GFX_NVIDIA_DYNAMIC_BOOST_MAX
Expand Down

0 comments on commit 2c8c5cf

Please sign in to comment.