diff options
author | Petter Mabäcker <petter@technux.se> | 2015-05-25 16:59:22 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei.gherzan@windriver.com> | 2015-06-05 14:49:47 +0200 |
commit | bfd50c24a2762c475d72e280fff140ad1998f2eb (patch) | |
tree | 293332376e3b336d1b2c6119623aa85bf9ee42ed | |
parent | 4a4373c02d3d8355a2e5faa10af61450e5b093d8 (diff) | |
download | meta-raspberrypi-bfd50c24a2762c475d72e280fff140ad1998f2eb.tar.gz |
README: fix outdated device tree info
After '6392a63 rpi-base.inc: Use KERNEL_DEVICETREE by default' was
introduced, the default value for 3.18+ kernels was changed. Ensure this
is reflected in the README.
Signed-off-by: Petter Mabäcker <petter@technux.se>
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -179,7 +179,8 @@ kernels. | |||
179 | While creating the SDCard image, this modified kernel is put on | 179 | While creating the SDCard image, this modified kernel is put on |
180 | boot partition (as kernel.img) as well as DeviceTree blobs (.dtb files). | 180 | boot partition (as kernel.img) as well as DeviceTree blobs (.dtb files). |
181 | 181 | ||
182 | NOTE: KERNEL_DEVICETREE is empty by default. | 182 | NOTE: KERNEL_DEVICETREE is default enabled for kernel >= 3.18 and always disabled for |
183 | older kernel versions. | ||
183 | 184 | ||
184 | 3. Extra apps | 185 | 3. Extra apps |
185 | ============= | 186 | ============= |