[PATCH] image: am335x: Generate SPI MLO images

2015-06-02 Thread Wadim Egorov
Signed-off-by: Wadim Egorov --- images/Makefile| 2 +- images/Makefile.am33xx | 6 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/images/Makefile b/images/Makefile index 587cb26..36c1a57 100644 --- a/images/Makefile +++ b/images/Makefile @@ -123,6 +123,6 @@ images: $

building sandbox barebox: too many '"BITS_PER_LONG" redefined' warnings

2015-06-02 Thread Antony Pavlov
Hi, Sascha! I have tried to build sandbox barebox from latest next on amd64 debian linux host. I see very many '"BITS_PER_LONG" redefined' warnings, e.g. CC common/misc.o In file included from /home/antony/barebog.git/arch/sandbox/include/asm/types.h:57:0, from include/

Re: [PATCH] dhcp: add missing define

2015-06-02 Thread Robert Schwebel
Hi, I think this was somehow missing in 32900eaf7c95e52da33442b24ce91c747e700cff and this patch should be squashed into the patch above in next. rsc On Tue, Jun 02, 2015 at 08:04:37PM +0200, Robert Schwebel wrote: > Without this, we get > > commands/dhcp.c: In function 'do_dhcp': > commands/dhc

[PATCH] dhcp: add missing define

2015-06-02 Thread Robert Schwebel
Without this, we get commands/dhcp.c: In function 'do_dhcp': commands/dhcp.c:22:16: error: 'DHCP_DEFAULT_RETRY' undeclared (first use in this function) int retries = DHCP_DEFAULT_RETRY; ^ commands/dhcp.c:22:16: note: each undeclared identifier is reported only once for each fun

[PATCH 2/2] i2c: omap: fix i2c bus number output

2015-06-02 Thread Robert Schwebel
When probing from devicetree, the output for several i2c host controllers prints out a bus number of -1: i2c-omap 44e0b000.i2c: bus -1 rev0.11 at 400 kHz i2c-omap 4802a000.i2c: bus -1 rev0.11 at 400 kHz i2c-omap 4819c000.i2c: bus -1 rev0.11 at 400 kHz The call to i2c_add_numbered_adapter() in pro