libarmbox/hw_caps: rename HI3798M => HI3798MV200

Origin commit data
------------------
Branch: master
Commit: a62c529f22
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-06-05 (Sat, 05 Jun 2021)

Origin message was:
------------------
- libarmbox/hw_caps: rename HI3798M => HI3798MV200

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-06-05 12:47:17 +02:00
parent 36d406f3bd
commit d68d2ad0fc

View File

@@ -255,7 +255,7 @@ hw_caps_t *get_hwcaps(void)
strcpy(caps.startup_file, "STARTUP_LINUX");
strcpy(caps.boxvendor, "AX");
strcpy(caps.boxname, "HD60");
strcpy(caps.boxarch, "HI3798M");
strcpy(caps.boxarch, "HI3798MV200");
#endif
#if BOXMODEL_HD61
caps.has_CI = 2;
@@ -273,7 +273,7 @@ hw_caps_t *get_hwcaps(void)
strcpy(caps.startup_file, "STARTUP_LINUX");
strcpy(caps.boxvendor, "AX");
strcpy(caps.boxname, "HD61");
strcpy(caps.boxarch, "HI3798M");
strcpy(caps.boxarch, "HI3798MV200");
#endif
#if BOXMODEL_MULTIBOXSE
caps.has_CI = 0;
@@ -293,7 +293,7 @@ hw_caps_t *get_hwcaps(void)
strcpy(caps.startup_file, "STARTUP_LINUX");
strcpy(caps.boxvendor, "Maxytec");
strcpy(caps.boxname, "Multibox SE 4K");
strcpy(caps.boxarch, "HI3798M");
strcpy(caps.boxarch, "HI3798MV200");
#endif
#if BOXMODEL_OSMINI4K
caps.has_CI = 0;