Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754817AbbKQUwa (ORCPT ); Tue, 17 Nov 2015 15:52:30 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:30482 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752058AbbKQUw3 (ORCPT ); Tue, 17 Nov 2015 15:52:29 -0500 From: Alban Bedel To: linux-mips@linux-mips.org Cc: Alban Bedel , Ralf Baechle , Qais Yousef , Felix Fietkau , Andrew Bresticker , linux-kernel@vger.kernel.org Subject: [PATCH 1/2] MIPS: ath79: Add a machine entry for booting OF machines Date: Tue, 17 Nov 2015 21:52:00 +0100 Message-Id: <1447793523-19430-1-git-send-email-albeu@free.fr> X-Mailer: git-send-email 2.0.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 939 Lines: 30 As I'm using a board with a broken old bootloader I hardcoded the mips_machtype and did't noticed that the machine entry was still missing. Signed-off-by: Alban Bedel --- arch/mips/ath79/setup.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c index 9a00137..8755d61 100644 --- a/arch/mips/ath79/setup.c +++ b/arch/mips/ath79/setup.c @@ -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); -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/