aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDaniel González Cabanelas <dgcbueu@gmail.com>2020-12-10 10:26:46 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2020-12-11 11:47:37 +0100
commit81df64557239e2dd363d7bd9b7a491c65597f6cb (patch)
tree45b34e4a4a51e432943ae94752a9ccf0802e8005 /target
parent866307285445f1086af1cc8352a46e55260274d1 (diff)
downloadupstream-81df64557239e2dd363d7bd9b7a491c65597f6cb.tar.gz
upstream-81df64557239e2dd363d7bd9b7a491c65597f6cb.tar.bz2
upstream-81df64557239e2dd363d7bd9b7a491c65597f6cb.zip
bcm63xx: DGND3700v1: use the real board name
The Netgear DGND3700v1/DGND3800B shows kernel redundant info at the board message, already provided by the machine info message. Use the real board name which is silkscreened on the PCB and used in the stock firmware header. Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/bcm63xx/patches-5.4/518-board_bcm6368.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/518-board_bcm6368.patch b/target/linux/bcm63xx/patches-5.4/518-board_bcm6368.patch
index 4b85e0bbab..e200535217 100644
--- a/target/linux/bcm63xx/patches-5.4/518-board_bcm6368.patch
+++ b/target/linux/bcm63xx/patches-5.4/518-board_bcm6368.patch
@@ -136,7 +136,7 @@
+};
+
+static struct board_info __initdata board_DGND3700v1_3800B = {
-+ .name = "DGND3700v1_3800B",
++ .name = "U12L144T01",
+ .expected_cpu_id = 0x6368,
+
+ .has_pci = 1,