On Tue, Nov 1, 2011 at 11:54 AM, Mike Frysinger wrote:
> On Tuesday 01 November 2011 10:01:53 Simon Glass wrote:
>> On Tue, Nov 1, 2011 at 2:50 AM, Matthias Weisser wrote:
>> > I just wanted to play around with the sandbox "arch" of u-boot maybe
>> > adding tun/tap support. Current head compiled s
On Tuesday 01 November 2011 10:01:53 Simon Glass wrote:
> On Tue, Nov 1, 2011 at 2:50 AM, Matthias Weisser wrote:
> > I just wanted to play around with the sandbox "arch" of u-boot maybe
> > adding tun/tap support. Current head compiled successfully but crashed
> > immediately after startup in boar
Am 01.11.2011 15:01, schrieb Simon Glass:
> Mi Matthias,
>
> On Tue, Nov 1, 2011 at 2:50 AM, Matthias Weisser wrote:
>> Dear Simon
>>
>> I just wanted to play around with the sandbox "arch" of u-boot maybe
>> adding tun/tap support. Current head compiled successfully but crashed
>> immediately af
Mi Matthias,
On Tue, Nov 1, 2011 at 2:50 AM, Matthias Weisser wrote:
> Dear Simon
>
> I just wanted to play around with the sandbox "arch" of u-boot maybe
> adding tun/tap support. Current head compiled successfully but crashed
> immediately after startup in board_init_f:
>
> gd = malloc(s
Dear Simon
I just wanted to play around with the sandbox "arch" of u-boot maybe
adding tun/tap support. Current head compiled successfully but crashed
immediately after startup in board_init_f:
gd = malloc(sizeof(gd_t));
assert(gd);
memset((void *)gd, 0, sizeof(gd_t));
T
5 matches
Mail list logo