Re: [PATCH v5 03/12] arm: mvebu: clearfog: use Pro name by default

2020-03-23 Thread Stefan Roese

On 27.01.20 21:01, Joel Johnson wrote:

Make the board version printed indicate the Pro variant default.
Also adjust static name casing to match what is expected for
EEPROM product name to share string constants.

---

v4 changes:
   - newly added
v5 changes:
   - none

Signed-off-by: Joel Johnson 


Please make sure put your S-o-b line above the first "---" line next
time.

Reviewed-by: Stefan Roese 

Thanks,
Stefan


[PATCH v5 03/12] arm: mvebu: clearfog: use Pro name by default

2020-01-27 Thread Joel Johnson
Make the board version printed indicate the Pro variant default.
Also adjust static name casing to match what is expected for
EEPROM product name to share string constants.

---

v4 changes:
  - newly added
v5 changes:
  - none

Signed-off-by: Joel Johnson 
---
 board/solidrun/clearfog/clearfog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/solidrun/clearfog/clearfog.c 
b/board/solidrun/clearfog/clearfog.c
index e268ef55a2..9b31902c70 100644
--- a/board/solidrun/clearfog/clearfog.c
+++ b/board/solidrun/clearfog/clearfog.c
@@ -170,7 +170,7 @@ int board_init(void)
 
 int checkboard(void)
 {
-   char *board = "ClearFog";
+   char *board = "Clearfog Pro";
 
cf_read_tlv_data();
if (strlen(cf_tlv_data.tlv_product_name[0]) > 0)
-- 
2.20.1