]> Git Repo - linux.git/commitdiff
MIPS: ath79: Add a machine entry for booting OF machines
authorAlban Bedel <[email protected]>
Tue, 17 Nov 2015 20:52:00 +0000 (21:52 +0100)
committerRalf Baechle <[email protected]>
Fri, 20 Nov 2015 14:44:57 +0000 (15:44 +0100)
As I'm using a board with a broken old bootloader I hardcoded the
mips_machtype and did't notice that the machine entry was still
missing.

[[email protected]: Fixed spelling message noticed by Sergei Shtylyov
<[email protected]>.]

Signed-off-by: Alban Bedel <[email protected]>
Cc: Qais Yousef <[email protected]>
Cc: Felix Fietkau <[email protected]>
Cc: Andrew Bresticker <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/11503/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/ath79/setup.c

index 9a001370357981124bca1961c66e2523de6346a6..8755d618e116ec32fd6fff90d0081b0bb2e4bb9c 100644 (file)
@@ -281,3 +281,8 @@ MIPS_MACHINE(ATH79_MACH_GENERIC,
             "Generic",
             "Generic AR71XX/AR724X/AR913X based board",
             ath79_generic_init);
+
+MIPS_MACHINE(ATH79_MACH_GENERIC_OF,
+            "DTB",
+            "Generic AR71XX/AR724X/AR913X based board (DT)",
+            NULL);
This page took 0.055311 seconds and 4 git commands to generate.