From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 22 May 2015 07:32:05 +0100 Subject: [U-Boot] [PATCH v2 4/6] sunxi: Update sunxi-common.h to deal with different A1-SRAM base addr on sun9i In-Reply-To: <555E5BD5.8080306@redhat.com> References: <1432128909-25272-1-git-send-email-hdegoede@redhat.com> <1432128909-25272-5-git-send-email-hdegoede@redhat.com> <1432235256.5748.136.camel@hellion.org.uk> <555E5BD5.8080306@redhat.com> Message-ID: <1432276325.5748.137.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, 2015-05-22 at 00:27 +0200, Hans de Goede wrote: > Hi, > > On 21-05-15 21:07, Ian Campbell wrote: > > On Wed, 2015-05-20 at 15:35 +0200, Hans de Goede wrote: > >> The A1 SRAM Base differs between sun9i and the others, update sunxi-common.h > >> to deal with this, so that we do not set the initial stack pointer to point > >> to the BROM. > >> > >> This removes the need for the weird undocumented register write I took from > >> the allwiner u-boot sources and which needed #ifdef-ery in start.S as it > >> needed to be done really early on. > > > > (typo: "allwinner") > > > > Removes in the sense that it simply no longer appears in the series, I > > think? (As opposed to a removal hunk being missing from this or a > > subsequent patch) > > Correct, remove as in simply no longer appears in the series. Perhaps s/removes/avoids/ and s/write I took/write I previously took/ to clarify? Ack regardless. > > Regsrds, > > Hans > > > > > Assuming that is the case: > > > >> Signed-off-by: Hans de Goede > > > > Acked-by: Ian Campbell > > >