From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 20 Nov 2012 12:01:47 +0800 Subject: [U-Boot] [PATCH 51/57] nios2: Use generic global_data In-Reply-To: <1353100842-20126-52-git-send-email-sjg@chromium.org> References: <1353100842-20126-1-git-send-email-sjg@chromium.org> <1353100842-20126-52-git-send-email-sjg@chromium.org> Message-ID: <50AB00AB.2020508@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/17/2012 05:20 AM, Simon Glass wrote: > Move nios2 over to use generic global_data. Hi Simon, Built and tested on nios2 board. Acked-by: Thomas Chou - Thomas