From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 28 Jan 2013 22:29:22 +0100 (CET) Received: from nbd.name ([46.4.11.11]:53149 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6833254Ab3A1V3WNl6Cr (ORCPT ); Mon, 28 Jan 2013 22:29:22 +0100 Message-ID: <5106ED18.5080309@openwrt.org> Date: Mon, 28 Jan 2013 22:26:48 +0100 From: John Crispin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120922 Icedove/10.0.7 MIME-Version: 1.0 To: Sergei Shtylyov CC: Ralf Baechle , linux-mips@linux-mips.org Subject: Re: [PATCH V3 7/10] MIPS: ralink: adds early_printk support References: <1359358817-3867-1-git-send-email-blogic@openwrt.org> <51066C27.4070403@mvista.com> In-Reply-To: <51066C27.4070403@mvista.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 35604 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: blogic@openwrt.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: >> +#include >> + >> +#include >> + >> +/* UART registers */ > > this comment refers to the register #defines below, why it is here? > >> +#define EARLY_UART_BASE 0x10000c00 >> + Hi, i removed the comment inside the tree that ralf will pull the patches from. John