aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-04-06 08:50:12 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-04-06 08:50:19 +0300
commit440ec7660cb8954530e765eda45043a8397eae2d (patch)
treee8f1f4a62705e3caeb74618fb22102c20e83f4ed
parent86917d096422a1aa3cc9a94c2459846469a262dc (diff)
downloadlinux-dt-440ec7660cb8954530e765eda45043a8397eae2d.tar.gz
readme: minor updates
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3f0fc4e..a9c986b 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ When Linus tags a new kernel version, a branch will be created for that kernel v
The makefile does two things:
-- Compiles a specified set of dts files with symbols enabled, taken from the kernel source tree
+- Compiles a pre-defined set of dts files with symbols enabled, taken from the kernel source tree
- Compiles DT overlays in this repository
Linux directory can be given with `LINUX=dir`. If LINUX is undefined, Makefile will look for Linux directory from the current dir or `<projectdir>/../linux/`
-dtc compiler will be taken from `$LINUX/scripts/dtc/dtc` but can be overridden with DTC variable.
+dtc compiler will be taken from `$LINUX/scripts/dtc/dtc` but can be overridden with DTC variable. Note that if you use dtc from the kernel directory, you need to have built it first (e.g. `make dtbs` in kernel).
Output path can be given the same way as when building the kernel, with `O=dir`