diff options
author | Bernardo A. Rodrigues <bernardoaraujor@gmail.com> | 2019-09-04 18:58:28 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-09-16 14:51:49 +0100 |
commit | 45d7c547b195778d99b2fa1f4a40c0dee9e4674c (patch) | |
tree | e95035398c5979c32d4553a93a8e805b1d420fc0 /docs | |
parent | 288283a9894d1f83388f34c9ff36e3096634a80f (diff) | |
download | meta-raspberrypi-warrior-next.tar.gz |
extra-build-config.md: add RPi 0W to UART sectionwarrior-next
This makes it clear in the docs that ENABLE_UART can be used both for the RPi 0W or 3.
Signed-off-by: Bernardo A. Rodrigues <bernardaraujor@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/extra-build-config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index 32ccd73..1f7ef68 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
@@ -223,7 +223,7 @@ needs a fixed core frequency and enable_uart wil set it to the minimum. Certain | |||
223 | operations - 60fps h264 decode, high quality deinterlace - which aren't | 223 | operations - 60fps h264 decode, high quality deinterlace - which aren't |
224 | performed on the ARM may be affected, and we wouldn't want to do that to users | 224 | performed on the ARM may be affected, and we wouldn't want to do that to users |
225 | who don't want to use the serial port. Users who want serial console support on | 225 | who don't want to use the serial port. Users who want serial console support on |
226 | RaspberryPi3 will have to explicitly set in local.conf: | 226 | RaspberryPi 0 Wifi or 3 will have to explicitly set in local.conf: |
227 | 227 | ||
228 | ENABLE_UART = "1" | 228 | ENABLE_UART = "1" |
229 | 229 | ||