From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Tue, 25 Sep 2007 11:13:37 +0900 Subject: [U-Boot-Users] [MIPS] Make mips_io_port_base more generic In-Reply-To: <46F7DB4C.2030108@ruby.dti.ne.jp> References: <46F7DB4C.2030108@ruby.dti.ne.jp> Message-ID: <46F86ED1.4000700@necel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Shinya Kuribayashi wrote: > This patch adds a helper routine for mips_io_port_base from Linux, and fixes > two multiple definition of this variable, tb0229 and gth2. I should have fixed all MIPS targets not only tb0229 and gth2. They might suppose mips_io_port_base is zero, but I change its initial value to -1 in this patch (since Linux does so). Please don't apply, I'll re-submit later. Thanks, Shinya Kuribayashi