summaryrefslogtreecommitdiff
path: root/meta-raspberrypi
diff options
context:
space:
mode:
authorBernardo A. Rodrigues <bernardoaraujor@gmail.com>2019-09-04 19:58:28 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-10 14:20:16 +0300
commit39ae1a1dce50fde698688fa5ac8eb737b302f0fd (patch)
tree28c73cb5779dd0427ec28ebde06f24b45d90fd4f /meta-raspberrypi
parent5f78ea18ab7503162e715c306f55312f154d3705 (diff)
downloadopenbmc-39ae1a1dce50fde698688fa5ac8eb737b302f0fd.tar.xz
extra-build-config.md: add RPi 0W to UART section
This makes it clear in the docs that ENABLE_UART can be used both for the RPi 0W or 3. (From meta-raspberrypi rev: 34dab90dfc1b518cd9235e2fbb8e0e9ee0ecd263) Change-Id: I439a21675ac5c004fe00ec4cb2bc25f59f234121 Signed-off-by: Bernardo A. Rodrigues <bernardaraujor@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-raspberrypi')
-rw-r--r--meta-raspberrypi/docs/extra-build-config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-raspberrypi/docs/extra-build-config.md b/meta-raspberrypi/docs/extra-build-config.md
index b44dece3a..426423a3a 100644
--- a/meta-raspberrypi/docs/extra-build-config.md
+++ b/meta-raspberrypi/docs/extra-build-config.md
@@ -219,7 +219,7 @@ needs a fixed core frequency and enable_uart wil set it to the minimum. Certain
operations - 60fps h264 decode, high quality deinterlace - which aren't
performed on the ARM may be affected, and we wouldn't want to do that to users
who don't want to use the serial port. Users who want serial console support on
-RaspberryPi3 will have to explicitly set in local.conf:
+RaspberryPi 0 Wifi or 3 will have to explicitly set in local.conf:
ENABLE_UART = "1"