Re: [U-Boot] [PATCH v5 5/6] mx6cuboxi: Use more standard namings for fdt variables

2015-04-27 Thread Stefano Babic
On 25/04/2015 23:47, Fabio Estevam wrote: > From: Fabio Estevam > > README file suggests to use 'fdtfile' for the dtb file name and > 'fdt_addr_r' for the dtb address in RAM, so do as suggested. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Ba

Re: [U-Boot] [PATCH v5 5/6] mx6cuboxi: Use more standard namings for fdt variables

2015-04-25 Thread Tom Rini
On Sat, Apr 25, 2015 at 06:47:20PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > README file suggests to use 'fdtfile' for the dtb file name and > 'fdt_addr_r' for the dtb address in RAM, so do as suggested. > > Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini -- Tom signature.

[U-Boot] [PATCH v5 5/6] mx6cuboxi: Use more standard namings for fdt variables

2015-04-25 Thread Fabio Estevam
From: Fabio Estevam README file suggests to use 'fdtfile' for the dtb file name and 'fdt_addr_r' for the dtb address in RAM, so do as suggested. Signed-off-by: Fabio Estevam --- Changes since v5: - Use fdt_addr_r as per README (suggested by Vagrant) include/configs/mx6cuboxi.h | 12 ++