]> git.ipfire.org Git - people/ms/u-boot.git/commit
POST: limit memory test area to not touch global data anymore
authorYuri Tikhonov <yur@emcraft.com>
Sat, 25 Aug 2007 03:07:16 +0000 (05:07 +0200)
committerStefan Roese <sr@denx.de>
Sat, 25 Aug 2007 03:07:16 +0000 (05:07 +0200)
commit9c02defc29b57945b600714cf61ddfd02b02fb14
tree9977ca0ba7e1c24bbf2e480677b2bc5a1afcc83b
parent75e1a84d483e36be10e206e539b028c4889e1158
POST: limit memory test area to not touch global data anymore

As experienced on lwmon5, on some boards the POST memory test can
corrupt the global data buffer (bd). This patch fixes this issue
by checking and limiting this area.

Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Stefan Roese <sr@denx.de>
post/drivers/memory.c