]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Readme.md: remove positional references from submodule description
authorLeif Lindholm <leif.lindholm@linaro.org>
Tue, 29 Oct 2019 01:54:36 +0000 (09:54 +0800)
committerLeif Lindholm <leif.lindholm@linaro.org>
Mon, 11 Nov 2019 15:56:43 +0000 (15:56 +0000)
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>
Readme.md

index 27e4ce07719bd238affc479709725713008757ef..9bf60bede8ec1dffa81d0cc0c72470818539768a 100644 (file)
--- a/Readme.md
+++ b/Readme.md
@@ -144,12 +144,12 @@ Signed-off-by: Contributor Name <contributor@example.com>
 # Submodules\r
 \r
 Submodule in EDK II is allowed but submodule chain should be avoided\r
-as possible as we can. Currently EDK II contains two submodules\r
+as possible as we can. Currently EDK II contains the following submodules\r
 \r
 - CryptoPkg/Library/OpensslLib/openssl\r
 - ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3\r
 \r
-The latter one is actually required by previous one. It's inevitable\r
+ArmSoftFloatLib is actually required by OpensslLib. It's inevitable\r
 in openssl-1.1.1 (since stable201905) for floating point parameter\r
 conversion, but should be dropped once there's no such need in future\r
 release of openssl.\r