[U-Boot] [PATCHv3 1/1] board: Add Toby-Churchill SL50 board support.

Tom Rini trini at konsulko.com
Fri Jun 12 19:00:24 CEST 2015


On Thu, Jun 04, 2015 at 10:42:48AM +0200, Enric Balletbo i Serra wrote:

> Add support for Lightwriter SL50 series board, a small, robust and portable
> Voice Output Communication Aids (VOCA) designed to meet the particular and
> changing needs of people with speech loss resulting from a wide range of
> acquired, progressive and congenital conditions.
> 
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo at collabora.com>
[snip]
> +config DM
> +	default y
> +
> +config DM_GPIO
> +	default y if DM
> +
> +config DM_SERIAL
> +	default y if DM

You don't need 'config DM' now (that causes warnings) nor ' if DM' on
the other two options now.

And once I fix that I see:
+(am335x_sl50) drivers/serial/serial-uclass.c:27:2: error: #error "Serial is required before relocation - define CONFIG_SYS_MALLOC_F_LEN to make this work"
+(am335x_sl50) drivers/serial/serial-uclass.c: In function ‘serial_find_console_or_panic’:
+(am335x_sl50) drivers/serial/serial-uclass.c:51:25: error: ‘gd_t’ has no member named ‘dm_root’
+(am335x_sl50) make[2]: *** [drivers/serial/serial-uclass.o] Error 1
+(am335x_sl50) make[1]: *** [drivers/serial] Error 2
+(am335x_sl50) make[1]: *** wait: No child processes.  Stop.
+(am335x_sl50) make: *** [sub-make] Error 2

Please rebase to v2015.07-rc2 and re-submit, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150612/f7fa555f/attachment.sig>


More information about the U-Boot mailing list