summaryrefslogtreecommitdiff
path: root/import-layers/meta-raspberrypi/docs/extra-build-config.md
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/meta-raspberrypi/docs/extra-build-config.md')
-rw-r--r--import-layers/meta-raspberrypi/docs/extra-build-config.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/import-layers/meta-raspberrypi/docs/extra-build-config.md b/import-layers/meta-raspberrypi/docs/extra-build-config.md
index 365c490688..380d969979 100644
--- a/import-layers/meta-raspberrypi/docs/extra-build-config.md
+++ b/import-layers/meta-raspberrypi/docs/extra-build-config.md
@@ -95,14 +95,22 @@ this variable in local.conf:
ENABLE_KGDB = "1"
+## Disable rpi boot logo
+
+To disable rpi boot logo, set this variable in local.conf:
+
+ DISABLE_RPI_BOOT_LOGO = "1"
+
## Boot to U-Boot
To have u-boot load kernel image, set in your local.conf:
- KERNEL_IMAGETYPE = "uImage"
+ RPI_USE_U_BOOT = "1"
-This will make kernel.img be u-boot image which will load uImage. By default,
-kernel.img is the actual kernel image (ex. Image).
+This will select the appropriate image format for use with u-boot automatically.
+For further customisation the KERNEL_IMAGETYPE and KERNEL_BOOTCMD variables can
+be overridden to select the exact kernel image type (eg. zImage) and u-boot
+command (eg. bootz) to be used.
## Image with Initramfs