From patchwork Fri Nov 25 17:47:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 699334 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3tQNpR3TV3z9sR9 for ; Sat, 26 Nov 2016 04:48:15 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0B7FBB3830; Fri, 25 Nov 2016 18:48:14 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8jYmo9nuBgGX; Fri, 25 Nov 2016 18:48:13 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 23A0E4BA16; Fri, 25 Nov 2016 18:48:13 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0E5FA4BA16 for ; Fri, 25 Nov 2016 18:48:09 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rXs79TtP4BTI for ; Fri, 25 Nov 2016 18:48:08 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pg0-f65.google.com (mail-pg0-f65.google.com [74.125.83.65]) by theia.denx.de (Postfix) with ESMTPS id 8E7154B99D for ; Fri, 25 Nov 2016 18:48:03 +0100 (CET) Received: by mail-pg0-f65.google.com with SMTP id 3so6031143pgd.0 for ; Fri, 25 Nov 2016 09:48:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=zeo7kTJEYpiX5R9EVlKKu4lfSQTFkT2oRik+TOr96OU=; b=D2jRDb3lW+vswFCA9MriQ+FHVmcrqsL+bqmFMfGABpREniyMLg9kXB9wn2tC5OT8RC o4QvytCcP8GZI4XVbYhEkuP/AhAIyTfrGOj1GBI6L7Q1mh+pIHRD8JzRJs88Ij+4jcnw 0IWRmS9Au1sKCaWUiRlt8/2E/RATXYQayEH1dHYoYKUm41/DKzYuIAkkElep1ri8d664 R8lB65WAbNUqdCreQ2TOPxjUab5whWxPHzNSget/aYPp2IHxCrqymJ53fRw5zom9gBUP b3TGlMogcBawUvup/MT6KzFhcxESTLLUyob2J28XBTBDCkyBeDcty0fS5FSv8eauaH2T //WA== X-Gm-Message-State: AKaTC01/5a+gLAIG0lJIlfS1VwwsEnfrNfPLzg8wzqy9yyxvT4mjfZfPIKlZW8uYTmKq5g== X-Received: by 10.98.204.138 with SMTP id j10mr8954329pfk.83.1480096081499; Fri, 25 Nov 2016 09:48:01 -0800 (PST) Received: from localhost.localdomain ([115.97.183.210]) by smtp.gmail.com with ESMTPSA id f23sm69259653pff.59.2016.11.25.09.47.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 25 Nov 2016 09:48:00 -0800 (PST) From: Jagan Teki To: u-boot@lists.denx.de Date: Fri, 25 Nov 2016 23:17:28 +0530 Message-Id: <1480096048-15834-1-git-send-email-jagan@openedev.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Cc: Marek Vasut , Jagan Teki Subject: [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Replace arch/arm/cpu/armv7/socfpga/ path with arch/arm/mach-socfpga/ and removed board file path since board/altera has different boards with relevant board maintainers. Cc: Marek Vasut Signed-off-by: Jagan Teki --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 48d4cec..387b40b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -69,8 +69,7 @@ ARM ALTERA SOCFPGA M: Marek Vasut S: Maintainted T: git git://git.denx.de/u-boot-socfpga.git -F: arch/arm/cpu/armv7/socfpga/ -F: board/altera/socfpga/ +F: arch/arm/mach-socfpga/ ARM ATMEL AT91 M: Andreas Bießmann