diff options
Diffstat (limited to 'docs/extra-build-config.md')
| -rw-r--r-- | docs/extra-build-config.md | 8 |
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 | ||
| 106 | 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: |
| 107 | 107 | ||
| 108 | KERNEL_IMAGETYPE = "uImage" | 108 | RPI_USE_U_BOOT = "1" |
| 109 | 109 | ||
| 110 | This will make kernel.img be u-boot image which will load uImage. By default, | 110 | This will select the appropriate image format for use with u-boot automatically. |
| 111 | kernel.img is the actual kernel image (ex. Image). | 111 | For further customisation the KERNEL_IMAGETYPE and KERNEL_BOOTCMD variables can |
| 112 | be overridden to select the exact kernel image type (eg. zImage) and u-boot | ||
| 113 | command (eg. bootz) to be used. | ||
| 112 | 114 | ||
| 113 | ## Image with Initramfs | 115 | ## Image with Initramfs |
| 114 | 116 | ||
