mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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: Joel Johnson <mrjoel@lixil.net> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
a8d0aa31bd
commit
ee26e8539f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue