mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02: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:
committed by
Stefan Roese
parent
a8d0aa31bd
commit
ee26e8539f
@@ -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)
|
||||
|
Reference in New Issue
Block a user