From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 10 Feb 2014 22:46:53 -0700 Subject: [U-Boot] [PATCH] ARM: rpi_b: set $fdtfile in default environment In-Reply-To: <52F19FD7.60108@wwwdotorg.org> References: <1390974110-4752-1-git-send-email-swarren@wwwdotorg.org> <52F19FD7.60108@wwwdotorg.org> Message-ID: <52F9B94D.9030608@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 is >> bcm2835-rpi-b.dtb. Set $fdtfile in U-Boot's environment so that scripts >> look for the correct DTB filename. >> >> An alternative would be to rename the U-Boot board to rpi-b. However, >> that change would be far more invasive, and end up affecting users (i.e >> they'd have to change their U-Boot build commands). > > Albert, does this look good? Albert, is this patch OK? I also haven't heard anything back on: 4a97c0d ARM: bcm2835: fix mbox POWER_STATE_RESP_ON value 290cc12 ARM: rpi_b: rework boot scripts, enable sysboot d7c3c9c ARM: rpi_b: load /uEnv.txt from MMC at startup bae1449 ARM: rpi_b: convert to use distro defaults f62463f pxe: allow compilation when !defined(CONFIG_CMD_NET) 11e1b89 ARM: bcm2835: config.mk isn't needed b5cdf43 ARM: rpi_b: set $fdtfile in default environment