From mboxrd@z Thu Jan 1 00:00:00 1970 From: stefano babic Date: Fri, 07 Oct 2011 00:03:21 +0200 Subject: [U-Boot] [PATCH V3 8/8] MX35: add support for flea3 board In-Reply-To: <20111006212810.E383F1408751@gemini.denx.de> References: <1316166383-11314-1-git-send-email-sbabic@denx.de> <1316527939-7212-1-git-send-email-sbabic@denx.de> <20111006212810.E383F1408751@gemini.denx.de> Message-ID: <4E8E25A9.80600@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 06/10/2011 23:28, schrieb Wolfgang Denk: > Dear Stefano Babic, > > In message <1316527939-7212-1-git-send-email-sbabic@denx.de> you wrote: >> The flea3 board is a custom board by CarMediaLab used >> in automotive. >> Network (FEC), NOR, NAND and SPI are supported. >> >> Signed-off-by: Stefano Babic >> --- >> >> Changes since V2: >> - put the board into manufacturer's directory (CarMediaLab) >> >> Changes since V1: >> - add missing entry in MAINTAINERS (F. Estevam) >> >> MAINTAINERS | 1 + >> board/CarMediaLab/flea3/Makefile | 49 ++++++ >> board/CarMediaLab/flea3/flea3.c | 254 ++++++++++++++++++++++++++++ >> board/CarMediaLab/flea3/lowlevel_init.S | 79 +++++++++ >> boards.cfg | 1 + >> include/configs/flea3.h | 280 +++++++++++++++++++++++++++++++ >> 6 files changed, 664 insertions(+), 0 deletions(-) >> create mode 100644 board/CarMediaLab/flea3/Makefile >> create mode 100644 board/CarMediaLab/flea3/flea3.c >> create mode 100644 board/CarMediaLab/flea3/lowlevel_init.S >> create mode 100644 include/configs/flea3.h > > Checkpatch says: > > total: 0 errors, 1 warnings, 676 lines checked > Thanks, it seems I forget to rerun checkpatch again - I fix it. Best regards, Stefanio Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================