diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-01-31 17:01:54 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-01-31 17:01:57 +0200 |
commit | b6d899e4d2005a7beab2eab737539a65090f3793 (patch) | |
tree | 50e8b9cea61a98843057e20083cf9a1cddd6c8e2 | |
parent | efd760d0a2c027fe20ed190c56f416d0a47d7c41 (diff) | |
download | meta-raspberrypi-b6d899e4d2005a7beab2eab737539a65090f3793.tar.gz meta-raspberrypi-b6d899e4d2005a7beab2eab737539a65090f3793.tar.bz2 meta-raspberrypi-b6d899e4d2005a7beab2eab737539a65090f3793.zip |
README: Fix typo
Patch pulled from github:
https://github.com/djwillis/meta-raspberrypi/pull/101
Change-Id: I9aaa3687c30d0fde5e981e7cafbabad7dc24ce50
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321" By default the GPU adds a black border around the video output to compensate for TVs which cut off part of the image. To disable this set this variable in local.conf: -DISALE_OVERSCAN = "0" +DISABLE_OVERSCAN = "0" 2.E. Optional - Set overclocking options: ========================================= |