summaryrefslogtreecommitdiff
path: root/board/phytec/common/phytec_som_detection.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-09-24 07:49:33 -0600
committerTom Rini <trini@konsulko.com>2025-09-24 07:50:13 -0600
commitf53fe908ac3dd44f7ad63dff319636541710b98c (patch)
treea74769d6773ba8f24ea024f0494d39a0e507c5c5 /board/phytec/common/phytec_som_detection.c
parentd3074f3d699d188bbeb68feacc473d8bc53ce762 (diff)
parent96971e5090cd6975023d0556b3d47b195442902e (diff)
Merge patch series "Fix boot w/ scriptaddr & minor newline issue"HEADmaster
Wadim Egorov <w.egorov@phytec.de> says: First patch fixes boot issues with script boot method and the second patch is a minor formatting fix in our board detection code. @TI: I think the scriptaddr should be also updated for most TI/K3 and beagle board boards. Link: https://lore.kernel.org/r/20250919063948.3093358-1-w.egorov@phytec.de
Diffstat (limited to 'board/phytec/common/phytec_som_detection.c')
-rw-r--r--board/phytec/common/phytec_som_detection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/common/phytec_som_detection.c b/board/phytec/common/phytec_som_detection.c
index 4d7c9b9f80f..136f4486eb0 100644
--- a/board/phytec/common/phytec_som_detection.c
+++ b/board/phytec/common/phytec_som_detection.c
@@ -309,7 +309,7 @@ static int phytec_get_product_name(struct phytec_eeprom_data *data,
som_type = 1;
break;
default:
- pr_err("%s: Invalid SOM type: %i", __func__, api2->som_type);
+ pr_err("%s: Invalid SOM type: %i\n", __func__, api2->som_type);
return -EINVAL;
};