mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
committed by
Simon Glass
parent
e5fc79ea71
commit
3600b46117
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user