]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Avoid initrd and logbuffer area overlaps
authorMarian Balakowicz <m8@semihalf.com>
Wed, 7 May 2008 11:10:04 +0000 (13:10 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 9 May 2008 22:16:13 +0000 (00:16 +0200)
commit1b5605ca57fbb364f4d78eeee28b974ed875e888
tree0a19c491ded69f7b2e1771e654e6b90807bde522
parentc59518e15949b3403df5c5b0c2c48ea0e5bea24b
Avoid initrd and logbuffer area overlaps

Add logbuffer to reserved LMB areas to prevent initrd allocation
from overlaping with it.

Make sure to use correct logbuffer base address.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/cmd_log.c
common/image.c
include/logbuff.h
lib_ppc/board.c