From d68d2ad0fc34f8889d309ce0145c2e6d4fb3d81d Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 5 Jun 2021 12:47:17 +0200 Subject: [PATCH] libarmbox/hw_caps: rename HI3798M => HI3798MV200 Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/a62c529f2251d2904312a6829cefeca8ad47ee21 Author: vanhofen 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 --- libarmbox/hardware_caps.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libarmbox/hardware_caps.c b/libarmbox/hardware_caps.c index 897c26c..a05d24c 100644 --- a/libarmbox/hardware_caps.c +++ b/libarmbox/hardware_caps.c @@ -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;