diff options
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | 2019-01-16 20:40:18 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-02-09 12:50:22 -0700 |
commit | 3600b46117700af68f506546107762a5c9e5d23c (patch) | |
tree | da315f7b562549b0412fd7056737ce9b1061b8de /dts | |
parent | e5fc79ea718795a1dd97ca27e26913e4cc0150c4 (diff) | |
download | u-boot-3600b46117700af68f506546107762a5c9e5d23c.zip u-boot-3600b46117700af68f506546107762a5c9e5d23c.tar.gz u-boot-3600b46117700af68f506546107762a5c9e5d23c.tar.bz2 |
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>
Diffstat (limited to 'dts')
-rw-r--r-- | dts/Kconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dts/Kconfig b/dts/Kconfig index 8917f42..3e85914 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -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 |