Code review comment for lp:~angus-akkea/linaro-image-tools/Samsung-SMDKV310

Revision history for this message
Guilherme Salgado (salgado) wrote :

On Thu, 2011-02-10 at 16:22 +0000, Angus Ainslie wrote:
[...]
> >> +class SamsungConfig(BoardConfig):
> >> + boot_env = [
> >> + 'baudrate=115200',
> >> + 'bootargs=root=/dev/mmcblk0p2 rootdelay=1 rw init=/bin/bash console=ttySAC1,115200',
> >> + 'bootcmd=movi read kernel 40007000; movi read rootfs 41000000 600000; bootm 40007000',
> >> + 'bootdelay=3',
> >> + 'ethact=smc911x-0',
> >> + 'ethaddr=00:40:5c:26:0a:5b',
> >> + 'gatewayip=192.168.0.1',
> >> + 'ipaddr=192.168.0.20',
> >> + 'netmask=255.255.255.0',
> >> + 'serverip=192.168.0.10',
> >
> > We don't configure the network interface statically for any other board

« Back to merge proposal