aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/south_station/mainboard.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2012-07-19 19:26:43 +0300
committerAnton Kochkov <anton.kochkov@gmail.com>2012-08-02 12:56:09 +0200
commit6b5eb1cc2d1702ff10cd02249d3d861c094f9118 (patch)
treebff0974dc6c3b5637c1fd2be45d06d4cf5dc9fba /src/mainboard/amd/south_station/mainboard.c
parent30f04645c1dc25a34d1e274a360a8a97f1d07f92 (diff)
AMD and GFXUMA: move setup_uma_memory() to northbridge
UMA region can be determined at any time after the amount of RAM is known and before the uma_resource() call. Change-Id: I2a0bf2d3cad55ee70e889c88846f962b7faa0c7e Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1379 Reviewed-by: Zheng Bao <zheng.bao@amd.com> Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
Diffstat (limited to 'src/mainboard/amd/south_station/mainboard.c')
-rw-r--r--src/mainboard/amd/south_station/mainboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/south_station/mainboard.c b/src/mainboard/amd/south_station/mainboard.c
index 715b40a2bb..dbfce2bb37 100644
--- a/src/mainboard/amd/south_station/mainboard.c
+++ b/src/mainboard/amd/south_station/mainboard.c
@@ -79,8 +79,6 @@ static void southstation_led_init(void)
static void southstation_enable(device_t dev)
{
printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");
- setup_uma_memory();
-
southstation_led_init();
}