diff options
author | Mirza Krak <mirza.krak@endian.se> | 2017-05-23 15:18:17 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-05-26 12:16:52 +0100 |
commit | caabd6a608dc30ffa97673f2a94ed68d8a7bdfd5 (patch) | |
tree | 91ee5bdf0836d5be6ce24737ae0db1d6d36e2221 | |
parent | 34113350f4a4a49c9e1c665042e58396acfd358f (diff) | |
download | meta-raspberrypi-caabd6a608dc30ffa97673f2a94ed68d8a7bdfd5.tar.gz |
docs: drop "Device tree support" section
We no longer provide any Linux kernel which do not have device-tree
support and all machines setup KERNEL_DEVICETREE correctly.
Signed-off-by: Mirza Krak <mirza.krak@endian.se>
-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: |