]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
authorWolfgang Denk <wd@denx.de>
Mon, 22 Sep 2008 20:23:06 +0000 (22:23 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 22 Sep 2008 20:23:06 +0000 (22:23 +0200)
commit5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
treee3098bd82da0b380a0daa3042b6776ab9254990e
parenta07faf7b9ad5a86763a577c79922c4ff9a70ef23
Fix DPRAM memory leak 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 <garyj@denx.de>
Signed-off-by: Wolfgang Denk <wd@denx.de>
cpu/mpc8xx/scc.c