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.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md
index 8d4f897..380d969 100644
--- a/docs/extra-build-config.md
+++ b/docs/extra-build-config.md
@@ -105,10 +105,12 @@ To disable rpi boot logo, set this variable in local.conf:
105 105
106To have u-boot load kernel image, set in your local.conf: 106To have u-boot load kernel image, set in your local.conf:
107 107
108 KERNEL_IMAGETYPE = "uImage" 108 RPI_USE_U_BOOT = "1"
109 109
110This will make kernel.img be u-boot image which will load uImage. By default, 110This will select the appropriate image format for use with u-boot automatically.
111kernel.img is the actual kernel image (ex. Image). 111For further customisation the KERNEL_IMAGETYPE and KERNEL_BOOTCMD variables can
112be overridden to select the exact kernel image type (eg. zImage) and u-boot
113command (eg. bootz) to be used.
112 114
113## Image with Initramfs 115## Image with Initramfs
114 116