diff options
| author | Simon Glass <[email protected]> | 2022-04-24 23:31:26 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-25 10:00:04 -0400 |
| commit | e7b2ce191ecab558b130b3b926dddcfc7231deb0 (patch) | |
| tree | 47ff03f91117e522ec6fcc3c832baeea3ada84cd /doc/develop/distro.rst | |
| parent | a91492b6e9c8c72a531a8e53711d0c144d4d1306 (diff) | |
bootstd: doc: Add documentation
Add documentation for this feature, including the commands and full
devicetree bindings.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/develop/distro.rst')
| -rw-r--r-- | doc/develop/distro.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/develop/distro.rst b/doc/develop/distro.rst index 0113a3d4ec4..3ee3dac6a27 100644 --- a/doc/develop/distro.rst +++ b/doc/develop/distro.rst @@ -157,6 +157,9 @@ a line with "CONFIG_DISTRO_DEFAULTS=y". If you want to enable this from Kconfig itself, for e.g. all boards using a specific SoC then add a "imply DISTRO_DEFAULTS" to your SoC CONFIG option. + +TO BE UPDATED: + In your board configuration file, include the following:: #ifndef CONFIG_SPL_BUILD |
