From patchwork Wed Apr 8 11:49:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 459224 X-Patchwork-Delegate: trini@ti.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 1269614016A for ; Wed, 8 Apr 2015 21:50:03 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5848E4B691; Wed, 8 Apr 2015 13:49:59 +0200 (CEST) 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 G96AScoL3V8J; Wed, 8 Apr 2015 13:49:59 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E6FDCA741C; Wed, 8 Apr 2015 13:49:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9DB18A741C for ; Wed, 8 Apr 2015 13:49:46 +0200 (CEST) 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 jetJtqR3AIJO for ; Wed, 8 Apr 2015 13:49:46 +0200 (CEST) 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-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTPS id 1C6784B68A for ; Wed, 8 Apr 2015 13:49:42 +0200 (CEST) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3lMP6G3Vghz3hj44; Wed, 8 Apr 2015 13:49:42 +0200 (CEST) X-Auth-Info: hh8/b0RZhxi4r18s+GAYtdsFvC6SsjOrDWmbikr6UNk= Received: from localhost (pD9E2F3A5.dip0.t-ipconnect.de [217.226.243.165]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id 3lMP6G1jtbzvh2P; Wed, 8 Apr 2015 13:49:42 +0200 (CEST) From: Anatolij Gustschin To: u-boot@lists.denx.de Date: Wed, 8 Apr 2015 13:49:41 +0200 Message-Id: <1428493781-23838-1-git-send-email-agust@denx.de> X-Mailer: git-send-email 1.7.9.5 Cc: Tom Rini Subject: [U-Boot] [PATCH] mcx: update maintainer and convert to generic board 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: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Remove obsolete email address from MAINTAINERS. Signed-off-by: Anatolij Gustschin Cc: Masahiro Yamada Cc: Tom Rini --- board/htkw/mcx/MAINTAINERS | 2 +- include/configs/mcx.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/board/htkw/mcx/MAINTAINERS b/board/htkw/mcx/MAINTAINERS index c5f8873..513d19d 100644 --- a/board/htkw/mcx/MAINTAINERS +++ b/board/htkw/mcx/MAINTAINERS @@ -1,5 +1,5 @@ MCX BOARD -M: Ilya Yanok +M: Anatolij Gustschin S: Maintained F: board/htkw/mcx/ F: include/configs/mcx.h diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 3fd3184..de7792a 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -25,6 +25,8 @@ #define CONFIG_MACH_TYPE MACH_TYPE_MCX #define CONFIG_BOARD_LATE_INIT +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_SYS_CACHELINE_SIZE 64 #define CONFIG_EMIF4 /* The chip has EMIF4 controller */