Received: by 10.223.185.116 with SMTP id b49csp1008503wrg; Wed, 21 Feb 2018 10:29:12 -0800 (PST) X-Google-Smtp-Source: AH8x227ce0nAmApRajaIZfC9lud5UsiM365vS9rPNE22wQocVmSmAvdYTCik5L5D9rdZEGTnp1s7 X-Received: by 2002:a17:902:328:: with SMTP id 37-v6mr4022126pld.398.1519237752469; Wed, 21 Feb 2018 10:29:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519237752; cv=none; d=google.com; s=arc-20160816; b=lbzxeqATc/Sudr0ryv0+4RNvvm2eOwCsNLFH85Ry9jgDNeZup33ZHrBaHjqPNO6Jqc vjGJhBmkdhSic9C5sZ8RlS/I9bncDGt/jnzCJD/vwiDzrZ1MfqjnjV4Y/YVpzm5KiC7S 3ZevvxNQoNLcjsNkmae8Sk5cYX/5VZoQfZCGsmTzktFDuxsGVuciy6w95lavBcat++or K0YP4TfjfTh4AEgji8xlotl5FRGr3SugPiMGtpYrPDY9jZk6zncT6WbuuLApT2nEsBSI dQjpPpYqGALwWp20wsYsqmCQT82Owk91P/1ORJbJjBnvCIHxt6J+lqxUUPIkbudTohU8 10+A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=5zA9RDAv94Qy15mb/VAVnbbJSLbYY+gw826SvtcBk9s=; b=CSun4Seo/dHX038Bcy+roIHiLgdOk+Y5m2oC9QbrnXtWDriSgFBmjuFA0QCTS17AoE XUR6y1Bb9MZ61e5hlrlkygVR8eNP7swjFWSOk5c3OpFAvarA8n9GKXY8YpMYmTnNKYJn fZvBrs0uR7i2wNbxHaM3xmDAc05RuplK/c3GJk3tNx9WGs5GSkLxV86KnWqYRa/9Ug1U dGie6nX0SPBiyCCvLbBKvaGt+MkyGKOwd6IB5ea5N4QojVDEqLo1sgiQBb1RnhksH6Uz ILLDAnIM+jElOu2oslGOguCTwk6XCcUeqiC98ZxRhD9OpOQO+APGiL1orG4P//RchL/R ej5g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z4si7292443pfh.138.2018.02.21.10.28.58; Wed, 21 Feb 2018 10:29:12 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935925AbeBUNE3 (ORCPT + 99 others); Wed, 21 Feb 2018 08:04:29 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39930 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933206AbeBUNE0 (ORCPT ); Wed, 21 Feb 2018 08:04:26 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id F1F661125; Wed, 21 Feb 2018 13:04:25 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Corentin Labbe , James Hogan , Ralf Baechle , linux-mips@linux-mips.org Subject: [PATCH 4.14 111/167] MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN Date: Wed, 21 Feb 2018 13:48:42 +0100 Message-Id: <20180221124530.441016161@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124524.639039577@linuxfoundation.org> References: <20180221124524.639039577@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Corentin Labbe commit 2e6522c565522a2e18409c315c49d78c8b74807b upstream. MIPS_GENERIC selects some options conditional on BIG_ENDIAN which does not exist. Replace BIG_ENDIAN with CPU_BIG_ENDIAN which is the correct kconfig name. Note that BMIPS_GENERIC does the same which confirms that this patch is needed. Fixes: eed0eabd12ef0 ("MIPS: generic: Introduce generic DT-based board support") Signed-off-by: Corentin Labbe Reviewed-by: James Hogan Cc: Ralf Baechle Cc: linux-mips@linux-mips.org Cc: # 4.9+ Patchwork: https://patchwork.linux-mips.org/patch/18495/ [jhogan@kernel.org: Clean up commit message] Signed-off-by: James Hogan Signed-off-by: Greg Kroah-Hartman --- arch/mips/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -119,12 +119,12 @@ config MIPS_GENERIC select SYS_SUPPORTS_MULTITHREADING select SYS_SUPPORTS_RELOCATABLE select SYS_SUPPORTS_SMARTMIPS - select USB_EHCI_BIG_ENDIAN_DESC if BIG_ENDIAN - select USB_EHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN - select USB_OHCI_BIG_ENDIAN_DESC if BIG_ENDIAN - select USB_OHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN - select USB_UHCI_BIG_ENDIAN_DESC if BIG_ENDIAN - select USB_UHCI_BIG_ENDIAN_MMIO if BIG_ENDIAN + select USB_EHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN + select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN + select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN + select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN + select USB_UHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN + select USB_UHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN select USE_OF help Select this to build a kernel which aims to support multiple boards,