From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Nortmann Date: Wed, 8 Jun 2016 23:29:10 +0200 Subject: [U-Boot] [PATCH v2] sunxi: Add the ability to recognize and auto-import uEnv-style data In-Reply-To: <0ad3bc0e-a9c6-d416-039b-1061bf74cd2b@redhat.com> References: <1465060340-7209-1-git-send-email-bernhard.nortmann@web.de> <1465410226-21187-1-git-send-email-bernhard.nortmann@web.de> <0ad3bc0e-a9c6-d416-039b-1061bf74cd2b@redhat.com> Message-ID: <57588E26.8030401@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Hans! Am 08.06.2016 um 22:13 schrieb Hans de Goede: > Hi, > [...] > > This patch looks good to me. > > Siarhei any comments from your side ? If not then I'll add this to > u-boot-sunxi/next. > > Regards, > > Hans Thanks for looking into it. One small thing I only noticed after posting the patch: The last "return;" at the end of parse_spl_header() is unneeded and may safely be dropped. Regards, B. Nortmann