Re: [U-Boot] [PATCH] ARM: rpi_b: set $fdtfile in default environment

2014-02-13 Thread Albert ARIBAUD
Hi Stephen, On Tue, 28 Jan 2014 22:41:50 -0700, Stephen Warren wrote: > U-Boot names the Raspberry Pi board rpi_b. This means that the common > expression for DTB filename ${soc}-${board}.dtb expands to > bcm2835-rpi_b.dtb. However, the DTB generated by the Linux kernel is > bcm2835-rpi-b.dtb. S

Re: [U-Boot] [PATCH] ARM: rpi_b: set $fdtfile in default environment

2014-02-11 Thread Albert ARIBAUD
Hi Stephen, On Mon, 10 Feb 2014 22:46:53 -0700, Stephen Warren wrote: > On 02/04/2014 07:20 PM, Stephen Warren wrote: > > On 01/28/2014 10:41 PM, Stephen Warren wrote: > >> U-Boot names the Raspberry Pi board rpi_b. This means that the common > >> expression for DTB filename ${soc}-${board}.dtb

Re: [U-Boot] [PATCH] ARM: rpi_b: set $fdtfile in default environment

2014-02-10 Thread Stephen Warren
On 02/04/2014 07:20 PM, Stephen Warren wrote: > On 01/28/2014 10:41 PM, Stephen Warren wrote: >> U-Boot names the Raspberry Pi board rpi_b. This means that the common >> expression for DTB filename ${soc}-${board}.dtb expands to >> bcm2835-rpi_b.dtb. However, the DTB generated by the Linux kernel i

Re: [U-Boot] [PATCH] ARM: rpi_b: set $fdtfile in default environment

2014-02-04 Thread Stephen Warren
On 01/28/2014 10:41 PM, Stephen Warren wrote: > U-Boot names the Raspberry Pi board rpi_b. This means that the common > expression for DTB filename ${soc}-${board}.dtb expands to > bcm2835-rpi_b.dtb. However, the DTB generated by the Linux kernel is > bcm2835-rpi-b.dtb. Set $fdtfile in U-Boot's env

[U-Boot] [PATCH] ARM: rpi_b: set $fdtfile in default environment

2014-01-28 Thread Stephen Warren
U-Boot names the Raspberry Pi board rpi_b. This means that the common expression for DTB filename ${soc}-${board}.dtb expands to bcm2835-rpi_b.dtb. However, the DTB generated by the Linux kernel is bcm2835-rpi-b.dtb. Set $fdtfile in U-Boot's environment so that scripts look for the correct DTB file