RE: [PATCH] board/km: fix setting of pram variable

2021-02-05 Thread Holger Brunck
Hi Stefan, > > (Added Niel to Cc) > > On 05.02.21 10:55, Holger Brunck wrote: > > The pram variable is evaluated in common/board_r.c as a unsigned long > > and not as a string using a hex formataion. This incorrect setting > > leads to a wrong calculation of preserved RAM for u-boot. This is > >

Re: [PATCH] board/km: fix setting of pram variable

2021-02-05 Thread Stefan Roese
(Added Niel to Cc) On 05.02.21 10:55, Holger Brunck wrote: The pram variable is evaluated in common/board_r.c as a unsigned long and not as a string using a hex formataion. This incorrect setting leads to a wrong calculation of preserved RAM for u-boot. This is fixed now. The pram variable is no

[PATCH] board/km: fix setting of pram variable

2021-02-05 Thread Holger Brunck
The pram variable is evaluated in common/board_r.c as a unsigned long and not as a string using a hex formataion. This incorrect setting leads to a wrong calculation of preserved RAM for u-boot. This is fixed now. The pram variable is now a unsigned long specifying the amount of kB of preserved RAM