From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 9 Feb 2015 20:12:11 +0100 Subject: [U-Boot] [PATCH 1/2] cmd: Add getenv_long to support reading signed integers from the uboot env In-Reply-To: <1423493073-9462-2-git-send-email-vbridger@opensource.altera.com> References: <1423493073-9462-1-git-send-email-vbridger@opensource.altera.com> <1423493073-9462-2-git-send-email-vbridger@opensource.altera.com> Message-ID: <201502092012.11798.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, February 09, 2015 at 03:44:32 PM, Vince Bridgers wrote: > This patch adds a function to read a signed integer from the uboot > environment for the Micrel ksz9031 Phy driver to read postive and negatice > skew values from the uboot environment. > > Signed-off-by: Vince Bridgers Reviewed-by: Marek Vasut Best regards, Marek Vasut