From 505414a6cfb2aeef455b5144e4b96fc27f19eb39 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 10 Jul 2012 14:26:43 +0300 Subject: AMD and GFXUMA: drop redundant use of lb_add_memory_range() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use of uma_resource() in AMD northbridge code created a memory resource marked as reserved. Such resources are removed from system memory in write_coreboot_table(). Change-Id: Ib5e49e851d6622d8ece9d6d612e245b3962b9167 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/1233 Tested-by: build bot (Jenkins) Reviewed-by: Rudolf Marek --- src/mainboard/asus/m2v-mx_se/mainboard.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/asus/m2v-mx_se') diff --git a/src/mainboard/asus/m2v-mx_se/mainboard.c b/src/mainboard/asus/m2v-mx_se/mainboard.c index d5b93048a8..c592282059 100644 --- a/src/mainboard/asus/m2v-mx_se/mainboard.c +++ b/src/mainboard/asus/m2v-mx_se/mainboard.c @@ -26,10 +26,6 @@ int add_mainboard_resources(struct lb_memory *mem) { -#if CONFIG_GFXUMA - lb_add_memory_range(mem, LB_MEM_RESERVED, - uma_memory_base, uma_memory_size); -#endif return 0; } -- cgit v1.2.3