diff options
Diffstat (limited to 'docs/extra-build-config.md')
-rw-r--r-- | docs/extra-build-config.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index 4486f5a..365c490 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
@@ -120,19 +120,6 @@ To build an initramfs image: | |||
120 | * Set the meta-rasberrypi variable (in raspberrypi.conf for example) | 120 | * Set the meta-rasberrypi variable (in raspberrypi.conf for example) |
121 | - `KERNEL_INITRAMFS = "-initramfs"` | 121 | - `KERNEL_INITRAMFS = "-initramfs"` |
122 | 122 | ||
123 | ## Device tree support | ||
124 | |||
125 | Device tree for RPi is only supported when using linux-raspberrypi 3.18+ | ||
126 | kernels. | ||
127 | |||
128 | * Set `KERNEL_DEVICETREE` (in conf/machine/raspberrypi.conf) | ||
129 | - the trailer is added to the kernel image before kernel install task. While | ||
130 | creating the SDCard image, this modified kernel is put on boot partition (as | ||
131 | kernel.img) as well as DeviceTree blobs (.dtb files). | ||
132 | |||
133 | NOTE: `KERNEL_DEVICETREE` is default enabled for kernel >= 3.18 and always | ||
134 | disabled for older kernel versions. | ||
135 | |||
136 | ## Enable SPI bus | 123 | ## Enable SPI bus |
137 | 124 | ||
138 | When using device tree kernels, set this variable to enable the SPI bus: | 125 | When using device tree kernels, set this variable to enable the SPI bus: |