summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2019-10-29 09:54:36 +0800
committerLeif Lindholm <leif.lindholm@linaro.org>2019-11-11 15:56:43 +0000
commitcc6854506c2b2ab17007c1efe8ec9d0b536a5798 (patch)
tree8ea4bc6a68b6951c3221d5ca1d6eea5408bf58e5 /Readme.md
parent995d8b8568fe67afffdaac3012d7b990e7314d0b (diff)
downloadedk2-cc6854506c2b2ab17007c1efe8ec9d0b536a5798.tar.gz
edk2-cc6854506c2b2ab17007c1efe8ec9d0b536a5798.tar.bz2
edk2-cc6854506c2b2ab17007c1efe8ec9d0b536a5798.zip
Readme.md: remove positional references from submodule description
Remove references to the number of submodules in the tree, as well as reword the referring to specific submodules as "former" and "previous". This means we won't need to keep updating the surrounding text if we add/remove submodules. Cc: Andrew Fish <afish@apple.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 27e4ce0771..9bf60bede8 100644
--- a/Readme.md
+++ b/Readme.md
@@ -144,12 +144,12 @@ Signed-off-by: Contributor Name <contributor@example.com>
# Submodules
Submodule in EDK II is allowed but submodule chain should be avoided
-as possible as we can. Currently EDK II contains two submodules
+as possible as we can. Currently EDK II contains the following submodules
- CryptoPkg/Library/OpensslLib/openssl
- ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3
-The latter one is actually required by previous one. It's inevitable
+ArmSoftFloatLib is actually required by OpensslLib. It's inevitable
in openssl-1.1.1 (since stable201905) for floating point parameter
conversion, but should be dropped once there's no such need in future
release of openssl.