mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
dts: Fix typo in OF_LIVE Kconfig help
Fix typo in Kconfig description. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
004167048d
commit
4adc6605a9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ config OF_LIVE
|
||||||
help
|
help
|
||||||
Normally U-Boot uses a flat device tree which saves space and
|
Normally U-Boot uses a flat device tree which saves space and
|
||||||
avoids the need to unpack the tree before use. However a flat
|
avoids the need to unpack the tree before use. However a flat
|
||||||
tree does not support modifcation from within U-Boot since it
|
tree does not support modification from within U-Boot since it
|
||||||
can invalidate driver-model device tree offsets. This option
|
can invalidate driver-model device tree offsets. This option
|
||||||
enables a live tree which is available after relocation,
|
enables a live tree which is available after relocation,
|
||||||
and can be adjusted as needed.
|
and can be adjusted as needed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue