diff options
author | Mark Dykes <mardyk01@review.trustedfirmware.org> | 2020-03-24 18:14:24 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-03-24 18:14:24 +0000 |
commit | ce8dfd2884b19f6e92036e0e59d14667364c75d3 (patch) | |
tree | ca2b6cfd11c4b23bfc51a957a48bfdd3dc1c6dfa /docs | |
parent | bdc84cb52f2761a5faa6396983e111206515e500 (diff) | |
parent | a6de824f7e3352ba6507bca37dbf671a16a3ec93 (diff) | |
download | platform_external_arm-trusted-firmware-ce8dfd2884b19f6e92036e0e59d14667364c75d3.tar.gz platform_external_arm-trusted-firmware-ce8dfd2884b19f6e92036e0e59d14667364c75d3.tar.bz2 platform_external_arm-trusted-firmware-ce8dfd2884b19f6e92036e0e59d14667364c75d3.zip |
Merge "fconf: Clean Arm IO" into integration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/build-options.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index f138feb4c..e53f71471 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -622,8 +622,8 @@ Common build options exposing a virtual filesystem interface through BL31 as a SiP SMC function. Default is 0. -- ``USE_FCONF_BASED_IO``: This flag determines whether to use IO based on the - firmware configuration framework. This allows moving the io_policies into a +- ``ARM_IO_IN_DTB``: This flag determines whether to use IO based on the + firmware configuration framework. This will move the io_policies into a configuration device tree, instead of static structure in the code base. |