summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2015-05-25 16:59:22 +0200
committerAndrei Gherzan <andrei.gherzan@windriver.com>2015-06-05 14:49:47 +0200
commitbfd50c24a2762c475d72e280fff140ad1998f2eb (patch)
tree293332376e3b336d1b2c6119623aa85bf9ee42ed
parent4a4373c02d3d8355a2e5faa10af61450e5b093d8 (diff)
downloadmeta-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--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index a2ec4ca..3913f41 100644
--- a/README
+++ b/README
@@ -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
182NOTE: KERNEL_DEVICETREE is empty by default. 182NOTE: KERNEL_DEVICETREE is default enabled for kernel >= 3.18 and always disabled for
183 older kernel versions.
183 184
1843. Extra apps 1853. Extra apps
185============= 186=============