mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
fdt: Document the fact that dtc is now built
This documentation is out of date now that U-Boot builds dtc automatically. Update it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
380d4f787a
commit
343864afd7
1 changed files with 5 additions and 1 deletions
|
@ -56,7 +56,11 @@ In case you are wondering, OF stands for Open Firmware.
|
|||
Tools
|
||||
-----
|
||||
|
||||
To use this feature you will need to get the device tree compiler here:
|
||||
To use this feature you will need to get the device tree compiler. This is
|
||||
provided by U-Boot automatically. If you have a system version of dtc
|
||||
(typically in the 'device-tree-compiler' package), it is currently not used.
|
||||
|
||||
If you want to build your own dtc, it is kept here:
|
||||
|
||||
git://git.kernel.org/pub/scm/utils/dtc/dtc.git
|
||||
|
||||
|
|
Loading…
Reference in a new issue