diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-05-21 18:47:04 -0600 |
---|---|---|
committer | Nicholas Chin <nic.c3.14@gmail.com> | 2024-05-21 18:58:28 -0600 |
commit | 9f50e362281d7419db0fed8df828977a985059fa (patch) | |
tree | 38836be0d2ba84fedd1e5a8ae51fbc5e2c0bd2d6 /config/submodule/coreboot | |
parent | e5a5935d8d99dccf66067b5e907d1df81b4a15c4 (diff) |
Fix E6400 display reference clock patches
The ones I submitted before seem to have been outdated ones
that don't actually build properly.
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Diffstat (limited to 'config/submodule/coreboot')
-rw-r--r-- | config/submodule/coreboot/dell/libgfxinit/patches/0001-g45-hw-gfx-gma-plls.adb-Make-reference-clock-frequen.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/submodule/coreboot/dell/libgfxinit/patches/0001-g45-hw-gfx-gma-plls.adb-Make-reference-clock-frequen.patch b/config/submodule/coreboot/dell/libgfxinit/patches/0001-g45-hw-gfx-gma-plls.adb-Make-reference-clock-frequen.patch index 6ead9518..bb772461 100644 --- a/config/submodule/coreboot/dell/libgfxinit/patches/0001-g45-hw-gfx-gma-plls.adb-Make-reference-clock-frequen.patch +++ b/config/submodule/coreboot/dell/libgfxinit/patches/0001-g45-hw-gfx-gma-plls.adb-Make-reference-clock-frequen.patch @@ -23,7 +23,7 @@ index 67242f2..1aee576 100644 -- GNU General Public License for more details. -- -+with CB.Config ++with CB.Config; + with HW.Time; with HW.GFX.GMA.Config; |