Skip to content
Snippets Groups Projects
Commit ee26e853 authored by Joel Johnson's avatar Joel Johnson Committed by Stefan Roese
Browse files

arm: mvebu: clearfog: use Pro name by default


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.

Signed-off-by: default avatarJoel Johnson <mrjoel@lixil.net>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
parent a8d0aa31
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment