Re: [PATCH 01/17] README: Fix hyphenation in the directory docs

2021-07-28 Thread Tom Rini
On Sat, Jul 10, 2021 at 09:14:21PM -0600, Simon Glass wrote:

> Hyphens are missing in various places where the intent is to create an
> adjective. Fix it.
> 
> Signed-off-by: Simon Glass 

For the series, applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH 01/17] README: Fix hyphenation in the directory docs

2021-07-10 Thread Simon Glass
Hyphens are missing in various places where the intent is to create an
adjective. Fix it.

Signed-off-by: Simon Glass 
---

 README | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/README b/README
index 1472b40bc45..63ac8d3fcf6 100644
--- a/README
+++ b/README
@@ -128,7 +128,7 @@ Examples:
 Directory Hierarchy:
 
 
-/arch  Architecture specific files
+/arch  Architecture-specific files
   /arc Files generic to ARC architecture
   /arm Files generic to ARM architecture
   /m68kFiles generic to m68k architecture
@@ -142,16 +142,16 @@ Directory Hierarchy:
   /sh  Files generic to SH architecture
   /x86 Files generic to x86 architecture
   /xtensa  Files generic to Xtensa architecture
-/api   Machine/arch independent API for external apps
-/board Board dependent files
+/api   Machine/arch-independent API for external apps
+/board Board-dependent files
 /cmd   U-Boot commands functions
-/commonMisc architecture independent functions
+/commonMisc architecture-independent functions
 /configs   Board default configuration files
 /disk  Code for disk drive partition handling
-/doc   Documentation (don't expect too much)
-/drivers   Commonly used device drivers
-/dts   Contains Makefile for building internal U-Boot fdt.
-/env   Environment files
+/doc   Documentation (a mix of ReST and READMEs)
+/drivers   Device drivers
+/dts   Makefile for building internal U-Boot fdt.
+/env   Environment support
 /examples  Example code for standalone applications, etc.
 /fsFilesystem code (cramfs, ext2, jffs2, etc.)
 /include   Header Files
@@ -161,7 +161,7 @@ Directory Hierarchy:
 /post  Power On Self Test
 /scripts   Various build scripts and Makefiles
 /test  Various unit test files
-/tools Tools to build S-Record or U-Boot images, etc.
+/tools Tools to build and sign FIT images, etc.
 
 Software Configuration:
 ===
-- 
2.32.0.93.g670b81a890-goog