From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Wed, 30 Sep 2015 20:55:55 +0800 Subject: [U-Boot] [PATCH] nios2: add clear and set bits macros In-Reply-To: <1443572746.2125.4.camel@clsee-VirtualBox> References: <1443077232-17122-1-git-send-email-thomas@wytron.com.tw> <1443572746.2125.4.camel@clsee-VirtualBox> Message-ID: <560BDBDB.3050109@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 Hi Chin Liang, On 09/30/2015 08:25 AM, Chin Liang See wrote: >> +#define out_le64(a,v) out_arch(q,le64,a,v) > > The 64bit support (q) is not yet available. This will break if someone > using this. Yes, they should be deleted for nios2. Thanks for your review. Best regards, Thomas