From adc49268df51e2ec52c9fa5328758c72c6bf4a5c Mon Sep 17 00:00:00 2001
From: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: Fri, 19 Nov 2021 17:02:48 +0100
Subject: [PATCH] bcmkernel: Update BCM_FLASH_LAYOUT_OPTIONS help text

Fix grammar and change wording a bit.
---
 bcmkernel/Config.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/bcmkernel/Config.in b/bcmkernel/Config.in
index b554e6b..b86edbd 100644
--- a/bcmkernel/Config.in
+++ b/bcmkernel/Config.in
@@ -93,9 +93,10 @@ config BCM_FLASH_LAYOUT_OPTIONS
 	prompt "Broadcom SDK  Flash image option file names"
 	default ""
 	help
-	  The Broadcom SDK use option files to configure the compilation of uboot,
-	  the assembly of flash images, including their default environments.
-	  To list multiple files use a comma as a delimiter.
+	  The Broadcom SDK uses option files to configure the compilation of
+	  U-Boot, U-Boot default environments, creation of images,
+	  flash layout, etc.
+	  To list multiple files, use a comma as a delimiter.
 	  If left empty, the default from the corresponding Broadcom target
 	  will be used.
 
-- 
GitLab