From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 25 Mar 2016 06:49:13 +0000 Subject: [U-Boot] [PATCH 1/2] sunxi: Add conditional magic sram poke for A33 In-Reply-To: <20160325001038.GA21408@excalibur.cnev.de> References: <1458857522-24511-1-git-send-email-hdegoede@redhat.com> <20160325001038.GA21408@excalibur.cnev.de> Message-ID: <1458888553.13955.1.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2016-03-25 at 01:10 +0100, Karsten Merker wrote:? > > - if ((version & 0xffff0000) == 0x16500000) > > + /* > > + ?* Ideally this would be a switch case, bit we do not know exactly > > s/bit/but/ Other than that, both patches: Acked-by: Ian Campbell < ijc@hellion.org.uk > Ian.