Re: [U-Boot] [PATCH V2] 8xx: prevent a machine check in scc_init().

2008-09-25 Thread Ben Warren
Wolfgang Denk wrote: > Dear Gary Jennejohn, > > In message <[EMAIL PROTECTED]> you wrote: > >> Without this change DPRAM can be exhausted when CFG_ALLOC_DPRAM is >> defined, which eventually leads to a machine check. This change >> assures that DPRAM is allocated only once in that case. >> >> S

Re: [U-Boot] [PATCH V2] 8xx: prevent a machine check in scc_init().

2008-09-22 Thread Wolfgang Denk
Dear Gary Jennejohn, In message <[EMAIL PROTECTED]> you wrote: > > Without this change DPRAM can be exhausted when CFG_ALLOC_DPRAM is > defined, which eventually leads to a machine check. This change > assures that DPRAM is allocated only once in that case. > > Signed-off-by: Gary Jennejohn <[E

Re: [U-Boot] [PATCH V2] 8xx: prevent a machine check in scc_init().

2008-09-18 Thread Gary Jennejohn
Without this change DPRAM can be exhausted when CFG_ALLOC_DPRAM is defined, which eventually leads to a machine check. This change assures that DPRAM is allocated only once in that case. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- cpu/mpc8xx/scc.c |4 +++- 1 files changed, 3 inser