mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
doc: overlays: Tweak documentation regarding overlays
Pull some information regarding overlays from commit messages and put them directly within the documentation. Also add some information regarding required dtc version to properly use overlays. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
d80162cfc5
commit
56fc7032e1
@@ -1,5 +1,5 @@
|
||||
U-Boot FDT Overlay usage
|
||||
========================
|
||||
U-Boot FDT Overlay FIT usage
|
||||
============================
|
||||
|
||||
Introduction
|
||||
------------
|
||||
@@ -8,6 +8,10 @@ of similar boards and their expansion options. The same kernel on DT enabled
|
||||
platforms can support this easily enough by providing a DT blob upon boot
|
||||
that matches the desired configuration.
|
||||
|
||||
This document focuses on specifically using overlays as part of a FIT image.
|
||||
General information regarding overlays including its syntax and building it
|
||||
can be found in doc/README.fdt-overlays
|
||||
|
||||
Configuration without overlays
|
||||
------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user