From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 25 Sep 2014 14:02:39 -0700 Subject: [U-Boot] [u-boot-release] [Patch v3 1/5] fdt_support: Move of_read_number to fdt_support.h In-Reply-To: <1410204002-31298-1-git-send-email-yorksun@freescale.com> References: <1410204002-31298-1-git-send-email-yorksun@freescale.com> Message-ID: <542482EF.9010407@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/08/2014 12:19 PM, York Sun wrote: > From: Arnab Basu > > This is being done so that it can be used outside 'fdt_support.c'. Making > life more convenient when reading device node properties that can be 32 > or 64 bits long. > > Signed-off-by: Arnab Basu > Cc: Scott Wood > --- > Change log > v3: no change > v2: new patch > This set is applied to u-boot-fsl-qoriq, awaiting upstream. York