aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-07-04 18:19:36 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-07-04 18:19:36 +0200
commitc7451a724d57a48d00d93c3a96aa2814e673edca (patch)
tree3665622bd1ee4027381d73232763ed61263c60fb
parentcf979562be8d0ff40d4cf0f92a802bd6821e5bb9 (diff)
downloadhardware_replicant_libsamsung-ipc-debug-prints/modem-board-detect.tar.gz
hardware_replicant_libsamsung-ipc-debug-prints/modem-board-detect.tar.bz2
hardware_replicant_libsamsung-ipc-debug-prints/modem-board-detect.zip
Try to fix generic board detectiondebug-prints/modem-board-detect
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--samsung-ipc/ipc_devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/ipc_devices.c b/samsung-ipc/ipc_devices.c
index 1f8cc24..b80f806 100644
--- a/samsung-ipc/ipc_devices.c
+++ b/samsung-ipc/ipc_devices.c
@@ -135,7 +135,7 @@ struct ipc_device_desc ipc_devices[] = {
},
{
.name = NULL,
- .board_name = "SAMSUNG EXYNOS (Flattened Device Tree)",
+ .board_name = "samsung exynos (flattened device tree)",
.kernel_version = NULL,
.fmt_ops = &generic_fmt_ops,
.rfs_ops = &generic_rfs_ops,