Re: [PATCH 4/5] fdt: don't strip const qualifier

2014-12-10 Thread Sascha Hauer
On Tue, Dec 09, 2014 at 12:05:45PM +0100, Lucas Stach wrote: > Fixes: > warning: assignment discards 'const' qualifier from pointer target type > > Signed-off-by: Lucas Stach Applied this one to master for now. Sascha -- Pengutronix e.K. |

Re: [PATCH 1/5] usb: gadget: fastboot: allow to build without BOOTM

2014-12-10 Thread Sascha Hauer
On Tue, Dec 09, 2014 at 12:05:42PM +0100, Lucas Stach wrote: > This will disable the capability to boot an uploaded image directly, > but keeps other fastboot functionality. This seems like a valid config. > > Fixes: > In function `do_bootm_on_complete': undefined reference to `bootm_boot' > > Si

[PATCH] treewide: Fix typo collumn -> column

2014-12-10 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- arch/arm/boards/a9m2410/config.h | 2 +- arch/arm/boards/a9m2440/lowlevel_init.S | 8 arch/arm/boards/friendlyarm-mini2440/config.h | 2 +- drivers/mtd/nand/nand_s3c24xx.c | 6 +++--- 4 files changed, 9 insertions(+), 9 del

Re: [PATCH] ARM: AM335x: Fix typo in Phytec boards

2014-12-10 Thread Sascha Hauer
On Wed, Dec 10, 2014 at 01:01:26PM +0100, Teresa Gámez wrote: > Has to be bootsource not boosource. > > Signed-off-by: Teresa Gámez Applied, thanks Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pen

Re: Logical partition on barebox

2014-12-10 Thread Sascha Hauer
Hi Victorien, On Wed, Dec 10, 2014 at 05:21:09PM +0100, Victorien Vedrine wrote: > Hi, > I'm developping a board with barebox and Linux. For my application, > I need 5 partition on my SD card (3 primary and 2 logical). > On barebox prompt, I just see the 3 primary partitions > (/dev/disk0.0, /dev/

Logical partition on barebox

2014-12-10 Thread Victorien Vedrine
Hi, I'm developping a board with barebox and Linux. For my application, I need 5 partition on my SD card (3 primary and 2 logical). On barebox prompt, I just see the 3 primary partitions (/dev/disk0.0, /dev/disk0.1, /dev/disk0.2) and 1 extended partition (/dev/disk0.3). Is there a way to see th

Re: MXS initialization support

2014-12-10 Thread Marek Vasut
On Tuesday, December 09, 2014 at 08:03:23 PM, Sascha Hauer wrote: > The following adds initialization support for Freescale MXS SoCs. > With this the imfamous Freescale Bootlets can finally be replaced. > The initialization code is based on the corresponding U-Boot code, > thank you Marek for makin

[PATCH] ARM: AM335x: Fix typo in Phytec boards

2014-12-10 Thread Teresa Gámez
Has to be bootsource not boosource. Signed-off-by: Teresa Gámez --- .../phytec-phycore-am335x/defaultenv-phycore-am335x/init/bootsource | 6 +++--- .../phytec-phyflex-am335x/defaultenv-phyflex-am335x/init/bootsource | 6 +++--- arch/arm/dts/am335x-phytec-phycore-som-mlo.dts

Re: [PATCH 3/5] imd: provide dummy imd_command_setenv

2014-12-10 Thread Lucas Stach
Am Dienstag, den 09.12.2014, 12:05 +0100 schrieb Lucas Stach: > If CONFIG_CMD_IMD is not set there is no imd_command_setenv in the > barebox binary that can be linked to. Although the whole imd infrastructure > will be removed by the linker later in the build process as soon as it > figures out tha