summaryrefslogtreecommitdiffstats
path: root/docs/extra-build-config.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/extra-build-config.md')
-rw-r--r--docs/extra-build-config.md6
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
100To 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
100To have u-boot load kernel image, set in your local.conf: 106To have u-boot load kernel image, set in your local.conf: