Skip to content

Commit 55f1d59

Browse files
AlbanBedelralfbaechle
authored andcommitted
MIPS: ath79: Add a machine entry for booting OF machines
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]>
1 parent accbfb5 commit 55f1d59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/mips/ath79/setup.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,8 @@ MIPS_MACHINE(ATH79_MACH_GENERIC,
281281
"Generic",
282282
"Generic AR71XX/AR724X/AR913X based board",
283283
ath79_generic_init);
284+
285+
MIPS_MACHINE(ATH79_MACH_GENERIC_OF,
286+
"DTB",
287+
"Generic AR71XX/AR724X/AR913X based board (DT)",
288+
NULL);

0 commit comments

Comments
 (0)