mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 01:22:20 +00:00
of-platdata: improve documentation
Improve some things in the documentation of OF_PLATDATA that I found while porting socfgpa_gen5 to it. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e5fc79ea71
commit
3600b46117
2 changed files with 22 additions and 15 deletions
|
@ -265,8 +265,7 @@ config SPL_OF_PLATDATA
|
|||
|
||||
This option works by generating C structure declarations for each
|
||||
compatible string, then adding platform data and U_BOOT_DEVICE
|
||||
declarations for each node. See README.platdata for more
|
||||
information.
|
||||
declarations for each node. See of-plat.txt for more information.
|
||||
|
||||
config TPL_OF_PLATDATA
|
||||
bool "Generate platform data for use in TPL"
|
||||
|
@ -287,8 +286,7 @@ config TPL_OF_PLATDATA
|
|||
|
||||
This option works by generating C structure declarations for each
|
||||
compatible string, then adding platform data and U_BOOT_DEVICE
|
||||
declarations for each node. See README.platdata for more
|
||||
information.
|
||||
declarations for each node. See of-plat.txt for more information.
|
||||
|
||||
endmenu
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue