diff options
Diffstat (limited to 'docs/hcl')
-rw-r--r-- | docs/hcl/c201.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hcl/c201.html b/docs/hcl/c201.html index 23efd49..46312d6 100644 --- a/docs/hcl/c201.html +++ b/docs/hcl/c201.html @@ -203,13 +203,13 @@ </p> <h2>Workaround?</h2> <p> - It's possible on coreboot systems to permanently disable (break) hardware, by modifying the devicetree accordingly. + It's possible on coreboot systems to disable hardware, by modifying the devicetree accordingly. The devicetree is a part of the coreboot source for any system, that defines which hardware exists in the system. There are usually other ways too. </p> <p> <b> - TODO for the libreboot project: *break* the onboard wifi chip, by patching coreboot-libre to render + TODO for the libreboot project: *disable* the onboard wifi chip (hardcoded in coreboot-libre), by patching coreboot-libre to render the built-in WiFi unusable. This will lessen the temptation for users to use it. </b> </p> |