diff options
author | Zdzisław Krajewski <zdzichucb@gmail.com> | 2017-07-10 18:15:27 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-09-01 11:14:19 +0100 |
commit | 7a7d871cc1e0a0c5d217ea4a2bca4f4a76e5a9c9 (patch) | |
tree | 2809a26cd30d7129a391d732edb6bbfd6d0b7c84 /docs | |
parent | 88478c38744e6a57361b438095fee1d808690a00 (diff) | |
download | meta-raspberrypi-7a7d871cc1e0a0c5d217ea4a2bca4f4a76e5a9c9.tar.gz |
linux-raspberrypi: Add option for disabling rpi boot logo.
Signed-off-by Zdzisław Krajewski <zdzichucb@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/extra-build-config.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index 365c490..8d4f897 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
@@ -95,6 +95,12 @@ this variable in local.conf: | |||
95 | 95 | ||
96 | ENABLE_KGDB = "1" | 96 | ENABLE_KGDB = "1" |
97 | 97 | ||
98 | ## Disable rpi boot logo | ||
99 | |||
100 | To disable rpi boot logo, set this variable in local.conf: | ||
101 | |||
102 | DISABLE_RPI_BOOT_LOGO = "1" | ||
103 | |||
98 | ## Boot to U-Boot | 104 | ## Boot to U-Boot |
99 | 105 | ||
100 | To have u-boot load kernel image, set in your local.conf: | 106 | To have u-boot load kernel image, set in your local.conf: |